/* CSS Document */

p{
font-family: verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.menu {
p{
font-family: verdana, sans-serif;
font-size: 10px;
color: #ffffff;
background:#000000;
line-height: 18px;
padding: 3px;
}

.main .style1 {
	padding: 3px;
}

.bold {
   font-family: Verdana, sans-serif;
   font-size: 11px;
   line-height: 18px;
   font-weight: bold;
   color: #FF0000;
}

.navigation {
    font-family: verdana, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; 
	background-color:#000000
	display: block;
	width: 140px;
}
.navigation:hover {
     font-family: verdana, sans-serif;
	 font-size: 14px;
	 font-style: normal;
	 font-weight: bold;
	 color: #FF0000;
	 text-decoration: none;
	 background-color: #000000;
	 display: block;
	 width: 140px;
}
	

