body{
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	background-image: url("/images/background.gif");
	background-repeat: repeat;
	background-position: center;
}
a{
	color: #5858ED;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #9090F0;
	text-decoration: underline;
}
a:hover{
	color: #FF0000;
	text-decoration: none;
}
a:active{color:#000000;text-decoration: none}