body{
	color: #777777;
	background: site/images/bg.jpg;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
a:link,a:visited,a:active{
	color: red;
	font-weight: bold;
	text-decoration: none;	
}
a:hover{
	color: white;
	font-weight: bold;
	text-decoration: none;
}