body
{
    color : rgb(0 , 0 , 44);
    background-color : rgb(231 , 231 , 231);
    padding : 14px;
    font-family : Verdana , Helvetica , Arial , sans-serif;
    font-size : small;
    text-align : left;
    Vertical-align : top;
    Height : 90%;
    Width : 90%;
    Float : center;
}
a:link
{
  	font-family: Verdana , Helvetica , Arial , sans-serif;
	font-weight: bold;
	font-size: 100%;
	color : rgb(0 , 0 , 102);
    text-decoration : none;
}
a:hover
{
    font-weight: bold;
	color : rgb(0 , 0 , 195);
    text-decoration : underline;
}
a:active
{
    font-weight: bold;
	color : #990000;
    text-decoration : none;
}
a:visited
{
    font-weight: bold;
	color : #003399;
    text-decoration : none;