/* CSS Document */
BODY {  margin-top:0px;
        background-color:#ffffff; 
		font-size:10px;
		letter-spacing: 0.1em;
		line-height: 100%;
}
	   
a:link {
	color: #c7001c;
	text-decoration: none;
}
a:visited{
	color: #c7001c;
	text-decoration: none;
}
a:active{
	color: #c7001c;
	text-decoration: none;
}
a:hover{
	color: #c7001c;
	text-decoration: none;
	text-decoration: underline; 
	}	   


