a:link
{
	color: rgb #336699; 
	font-size: 12px;
}
a:visited
{
	color: rgb(00,00,66); 
} 
a:active 
{
	color: rgb(0,102,102);
}


A.menulink
{
display: block;
width: 155px;
text-align: left;
text-decoration: none;
font-family:verdana; arial;
font-size:11px;
color: #000000;
border: solid 1px #336699;
background-color:#FFFFFF;
}

A.menulink:hover 

{
border: solid 1px #656DAE;
background-color:#656DAE;
font-size: 11px;
color:  white;
}



body
{
	font-family: Arial, Helvetica;
	
	color: rgb(0,51,51);
}


table.sched
{
	border-top: 3px dotted #696969;
	font-family: Arial;
	font-size: 12px;
	width: 600px;
}


h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana;
}
h1
{
	color: rgb(0,153,153);
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: #336699;
	font-face: arial; 
	font-size: 16px;
}
h4
{
   color: #336699;
	font-face: arial; 
	font-size: 14px;
}

	
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}

p
{
   font-face: arial;
   font-size: 12px;
  }
  
  
  p.small
{
   font-face: Arial;
   font-size: 11px;
   font-weight: normal;
 }
  

  
  
  
  
  
  
  
  
  
  
  
li
{
   font-face: arial;
   font-size: 12px;
  }
  
 ul
{
   type: square;
    }