.dropdown {
	FONT-SIZE: 13pt;
	COLOR: black;
	FONT-FAMILY: arial; 
	BACKGROUND-COLOR: white;
	highlight-color: FF9621;
	border: solid #B8B9B9 1px; 
	font-weight:lighter;
}

.size13 {
	font-size:13pt;
	COLOR: black;
	FONT-FAMILY: arial; 
}

//order of the properties is important! put visited before hover 


A.header:link {
    text-decoration:    none;
    color: #087BBD;
	font-style: normal;
}





.menu {
	font-style: normal;
    color: white;
	text-decoration: none;
	}

ol { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size:12px 
   line-height: 17px ; 
  
    }

ul 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
   	line-height; 17px ; 
	list-style-type: disc;

	}
