.one {  font-size: 16px; color: #0033CC}
a:	{
	text-decoration : none;
	font-size : 8pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Maroon;
}
a:link 	{
	text-decoration: none;
	font-size : 8pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color :Maroon;
}

a:visited {
	text-decoration: none;
	font-size : 8pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color :Maroon;
}

a:hover {
	text-decoration: none;
	font-size : 8pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Red;
}
