BODY {
      font-family : times, serif }

PRE {
     font-style : italic }


A:link {
        color : black;
		font-family : times, serif;
		font-weight : bold;
        text-decoration: none; 
		padding-right : 4pt;
		padding-left : 4pt;
		padding-top : 3pt;
		padding-bottom : 3pt;
		border : 2pt solid white }

A:visited {
        color : #31395A;
		font-family: times, serif ;
		font-weight : bold;
        text-decoration: none;
		padding-right : 4pt;
		padding-left : 4pt;
		padding-top : 3pt;
		padding-bottom : 3pt;
		border : 2pt solid white }

A:hover {
        color : white;
		font-family : times, serif;
		font-weight : bold;
        text-decoration: none;
		background-color : #5A7394;
		padding-right : 4pt;
		padding-left : 4pt;
		padding-top : 3pt;
		padding-bottom : 3pt;
		border-bottom : 2pt solid black;
		border-right : 2pt solid black;
		border-top : 2pt solid silver;	 		
		border-left : 2pt solid silver }

A:active {
        color : red;
        text-decoration : none }
		  
HR {color : white; border-bottom : 1px dotted #5A7394; text-align : left }

