<style type="text/css">

#dropmenudiv{
position:absolute;
background-color: #0099FF;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C7FF5E;
}

/* Sample CSS definition for the example list. Remove if desired */

.navlist li {
list-style-type: square;
width: 135px;
background-color:  #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: gray;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style2 {
	color: #000000;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-image: url(chartbk.jpg);
}


body {
	background-color:  #FFFFFF;
}

body {
	background-image: url();
	background-color: #0099FF;
}
.style1 {
	font-family: Tahoma;
	font-weight: bold;
	color: #0099FF;
}

</style>
