/* CSS Document */

.content
{
margin-top: 10px; 
margin-right: 25px; 
margin-left: 25px; 
margin-bottom: 10px; 
font-family: arial, helvetica; 
font-size: 12px; 
background-color: #ffffff;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
