/* links */


a:link {
	color: #851913; 
	decoration: underline; 
	font-weight: bold; 
	font-family: Arial, Geneva, Verdana, sans-serif;
}

a:visited {
	color: #851913; 
	decoration: underline; 
	font-weight: bold;  
	font-family: Arial, Geneva, Verdana, sans-serif;
}

a:hover {
	color: #851913; 
	decoration: underline; 
	font-weight: bold;  
	font-family: Arial, Geneva, Vedana, sans-serif;
}

a:active {
	color: #851913; 
	decoration: underline; 
	font-weight: bold;  
	font-family: Arial, Geneva, Verdana, sans-serif;
}

/* body*/

body {
	margin: 0px;
}
