a:link
{color: ffffff; text-decoration:none; }

a:hover
{color: dddddd; text-decoration:none; }

a:visited
{color: ffffff; text-decoration:none; }

h1, h2
{font-family: Arial, Century Gothic, Helvetica; font-size: 24pt; color: white}

body
{font-family: Arial, Century Gothic, Helvetica; font-size: 14pt ; font-weight: normal;  color: white;  margin-top: 5px;  margin-left: 5px; margin-right: 5px; background-image: url('images/bkg_blue_green.jpg')}

table
{font-family: Arial, Century Gothic, Helvetica; font-size: 12pt ; font-weight: normal;  color: white}


hr
{color: aaaaaa; width: 85%; height: 1; }



/* SIDE MENU CSS */
#list-menu {
width: 132px;
}

#list-menu ul {
font-family: verdana, arial, sanf-serif;
font-size: 18px;
margin: 0;
padding: 0;
list-style-type: none;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a {
display: block;
width:150px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #97A783;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #586548;
color: #ffffff;
}
