body{
background: #7F7007;
padding: 0px;
margin:0px;
}
.cab{
	background-image: url(img/cab.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	}
.menu{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	}
.by{
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

a:link{
	color: Black;
}
a:vited{
	color: Black;
}

a:active{
	text-decoration: none;
	color: Black;
	
}

a:hover{
	text-decoration: none;
	font-weight: bold;
	color: Silver;
}
a{
	text-decoration: none;
	
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}