body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
ul {
	line-height: 16px;
}
a:link{
	color : #506D8B;
	text-decoration : underline;
}
a:hover{
	color : #273C52;
	text-decoration : none;
}
a:visited{
	color : #273C52;
	text-decoration : none;
}
a:visited:hover{
	color : #506D8B;
	text-decoration : none;
}
a:active{
	color : #354B5C;
	text-decoration : none;
}