
.link { 
		font-family: Arial; 
		font-size: 10pt;
		color: #003399;
		text-decoration: none; 
        }

a:hover.link{
	color : #0000FF;
	
	       }
	       
	       
.link2 { 
		font-family: Arial; 
		font-size: 12pt;
		color: #0000ff;
		text-decoration:underline;
		font-weight:bold 
        }

a:hover.link2{
	color : #000099;
	
	       }
		   
.link3 { 
		font-family: Arial; 
		font-weight: bold;
		font-size: 10pt;
		color: #FFFFFF;
		text-decoration: none 
        }

a:hover.link3{
	color : #66CCFF;
	       }
		   
.day { 
		font-family: Arial; 
		font-size: 8pt;
		color: #FF0000;
		text-decoration: underline; 
        }

a:hover.day{
	color : #0000FF;
	       }
		   
.year { 
		font-family: Arial;
		font-weight:bold; 
		font-size: 10pt;
		color: #FFFFFF;
		text-decoration: none; 
        }

a:hover.year{
	color : #FF0000;
	       }
		   
		   
.month { 
		font-family: Arial;
		font-weight:normal; 
		font-size: 8pt;
		color: #0000FF;
		text-decoration: underline; 
        }

a:hover.month{
	color : #FF0000;
	       }
		   
   .sidenavsub {
          font-family: "Arial";
          font-size: 9pt;
          font-weight: normal;
          text-decoration: none;
          vertical-align: middle;
          padding-top: 1px;
          padding-left: 2px;
          border-top: 1px solid black;
          border-bottom: 1px solid black;
          border-left: 1px solid black;
          border-right: 1px solid black;
          color: black;
          background-color: #D6C394;
          width: 120px;
          height: 18px;
                }

A.sidenavsub:hover{
	color : #003399;
	}
		   