 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	border: 0;
	font-size: 99%;
	
	 font-family: 'Ubuntu', Arial, serif;
	margin: 0;
	outline: 0;
	padding: 0;
	
 





}


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #D80D25; 
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{font-family: 'Ubuntu', serif;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
color:white;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
text-decoration: none;
text-align: left;
}




.anylinkcss ul{font-family: 'Ubuntu', serif;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left; text-decoration: none;}

.anylinkcss ul li a{font-family: 'Ubuntu', serif;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid 808080;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-align: left;}

.anylinkcss a:hover{ /*hover background color*/
font-family: 'Ubuntu', serif;
background: black;
color: white;
text-align: left;
text-decoration: underline;}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
font-family: 'Ubuntu', serif;
position: absolute;
left: 0;
top: 0;
color:#333333;

visibility: hidden;
border: 0px solid black;
padding: 10px;
font-size: 11px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #808080;
text-decoration: none;
text-align: left;}


 


.anylinkcsscols .column{font-family: 'Ubuntu', serif;
width: 130px;
float: left;
text-decoration: none;text-align: left;}

.anylinkcsscols .column ul{font-family: 'Ubuntu', serif;
margin: 0;
padding: 0;
list-style-type: none;
text-decoration: none;text-align: left;}

.anylinkcsscols li{font-family: 'Ubuntu', serif;
padding-bottom: 3px;
text-decoration: none;text-align: left;}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
font-family: 'Ubuntu', serif;
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}