body { 
margin: 0px;
padding: 0px;
overflow-x: hidden;
font-family: Arial;
background-color: #C0FFFF;
color: #000000;
font-size: 14px;
font-weight: normal;
}

h1,h2,h3,h4,h5,h6 { 
font-family: tahoma;
font-weight: normal;
}
 
h1 {
font-size: 50px;
font-weight: normal;
}

h2 { font-size: 30px;
 }
 
h3 { font-size: 25px;
 }


table, th,td { 
font-size: 14px;
 }

p { 
font-size: 14px;
 }

a:link { color: blue; text-decoration: none; font-family: Arial; font-weight: bold; font-size: 14px; outline: none}
a:visited { color: purple; text-decoration: none; font-family: Arial; font-weight: bold; font-size: 14px; outline: none}
a:active { color: red; text-decoration: none; font-family: Arial; font-weight: bold; font-size: 14px; outline: none}
a:hover { color: green; text-decoration: underline; font-family: Arial; font-weight: bold; font-size: 14px; outline: none}

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #000000;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: #000080;
}

#tablist li a:hover{
color: #000000;
background: #C0FFFF;
border-color: #000080;
}

#tablist li a.current{
background: #FFFFC0;
}


.hovermenu ul{
font: bold 10px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
font: bold 10px arial;
list-style: none;
display: inline;

}

.hovermenu ul li a{
font: bold 10px arial;
padding: 4px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;

}

.hovermenu ul li a:hover{
font: bold 10px arial;
background-color: #FFE271;
border-style: outset;

}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
font: bold 10px arial;

}