body {
background-color: #999; 
background-image: url(bg.gif); 
background-repeat: repeat; 
width: 700px; 
text-align: center; 
margin: auto; 
} 

#container {
width: 700px; 
background-color: #fff; 
text-align: center; 
border: 15px solid #fff;
}

#content {
width: 700px; 
background-color: #fff; 
color: #000; 
font-family: georgia,"Times New Roman",serif;
font-size: 12px; 
line-height: 1.5em; 
text-align: justify;
}

.headerimg { 
width: 700px; 
height: 200px; 
background-color: #fff; 
margin: 0; 
}

.menubar {
color: #666; 
font-family: verdana,arial,sans-serif;
font-size: xx-small; 
text-align: right; 
margin-top: 0; 
letter-spacing: 2px; 
padding-right: 58px; 
}

h1 {
background-color: #fff; 
color: #000; 
font-family: georgia,"Times New Roman",serif;
font-size: 16px; 
font-weight: bold; 
text-align: left; 
letter-spacing: 3px; 
}

h3 {
background-color: #fff; 
color: #000; 
font-family: georgia,"Times New Roman",serif;
font-size: 16px; 
font-weight: bold; 
text-align: left; 
letter-spacing: 3px; 
}

h5 {
background-color: #fff; 
color: #666; 
font-family: georgia,"Times New Roman",serif;
font-size: 10px; 
text-align: left; 
letter-spacing: 1px; 
border-bottom: 1px dashed #ccc; 
}

td {
background-color: #fff; 
color: #000; 
font-family: georgia,"Times New Roman",serif;
font-size: 12px; 
line-height: 1.5em;
}

th {
background-color: #fff; 
color: #000; 
font-family: georgia,"Times New Roman",serif;
font-size: 12px; 
font-weigt: bold; 
text-align: left;
}

.footertext { 
width: 700px;
background-color: #fff; 
color: #666; 
font-family: georgia,"Times New Roman",serif;
font-size: 10px; 
letter-spacing: 2px; 
text-align: center;
border-top: 1px solid #cccccc; 
padding-top: 2px; 
}

a:link {
color: #cc0000; 
text-decoration: none; 
}

a:visited {
color: #cc0000; 
text-decoration: none; 
}

a:hover {
color: #000; 
text-decoration: none; 
border-bottom: 1px solid #cc0000; 
}

a:active {
color: #cc0000; 
text-decoration: none; 
}

a.menu:link {
color: #666; 
text-decoration: none;
}

a.menu:visited {
color: #666; 
text-decoration: none;
}

a.menu:hover {
color: #cc0000; 
text-decoration: none; 
border-bottom: none; 
}

a.menu:active {
color: #666; 
text-decoration: none;
}

input, select, textarea, option {
background-color: #fff; 
color: #cc0000;
font-family: verdana, arial, sans-serif; 
font-size: 10px; 
border: solid 1px #ccc; 
padding: 1px; 
} 

img {border: none;}

