/* CSS Document */

H1 {
	font-family: Arial, geneva, helvetica, sans-serif;
	FONT-WEIGHT: bold;
FONT-SIZE: 36px;
COLOR: #000000;
    color: #cc3300; /* orange */
	margin: 20;
}
H2 {
	font-family: Arial, geneva, helvetica, sans-serif;
	FONT-WEIGHT: normal;
FONT-SIZE: 20px;
COLOR: #000000;
	margin: 20;
}
H3 {
	font-family: Arial, geneva, helvetica, sans-serif;
	FONT-WEIGHT: normal;
FONT-SIZE: 12px;
COLOR: #000000;
	margin: 20;
}
H4 {
	font-family: Arial, geneva, helvetica, sans-serif;
	FONT-WEIGHT: normal;
FONT-SIZE: 20px;
COLOR: #000000;
	margin: 20;
}
H5 {
	font-family: Arial, geneva, helvetica, sans-serif;
	FONT-WEIGHT: normal;
FONT-SIZE: 20px;
COLOR: #000000;
	margin: 20;
}
LI {
	font-family: Arial, geneva, helvetica, sans-serif;
	FONT-WEIGHT: normal;
FONT-SIZE: 20px;
COLOR: #000000;
	margin: 20;
}
H6 {
	font-family: Arial, geneva, helvetica, sans-serif;
	FONT-WEIGHT: normal;
FONT-SIZE: 16px;
COLOR: #000000;
	margin: 20;
}
TD {
font-family: Arial, geneva, helvetica, sans-serif;
}
TABLE {
    border: 0;
    font-family: Arial, geneva, helvetica, sans-serif;
}
thead {
    background-color: #ffffff;
}
.menu {font-family:Arial;
font-weight:normal}

.menu a{
text-decoration:none;
color:black;
}
.navlist li {
width: 135px;
background-color: #FFFFB9;
}
body {
  background: url("cream.jpg")  50% 50% no-repeat fixed;
}
.menu {
cursor: pointer;
cursor: hand;
border: 2px #008000 outset;
color: black;
background-color: #80ff80;
height: 28px;
float: left;
text-indent: 4px;
text-decoration:none;
font-weight: bold;
}
.menu:visited{
color: black;
}

.menu:hover{
border-style: inset;
background-color: white;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.menu:active{
color: #ff0000;
}
