/* CSS Document */

body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	margin:0;
	
}	
a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: red;
	
}
ul li{ line-height:1.5;}
