body {
background-color: #c0ffff; 
background-image: url(tile.jpg); 
background-repeat: repeat; 
width: 520px; 
text-align: center; 
margin: auto; 
} 

#container {
background-image: url(bg.jpg); 
background-repeat: repeat; 
width: 520px; 
text-align: center;
}

#topimg {
background-image: url(top.jpg); 
background-repeat: no-repeat; 
width: 520px; 
height: 280px; 
text-align: center; 
}

#botimg {
background-image: url(bot.jpg); 
background-repeat: no-repeat; 
width: 520px; 
height: 40px; 
text-align: center; 
}

#navigation {
font-family: Georgia, "Times New Roman", Serif; 
font-size: 10px; 
text-align: right; 
margin-top: 0; 
margin-bottom: 0; 
color: #000; 
padding-right: 28px; 
letter-spacing: 1px; 
}

#content {
padding-left: 20px; 
padding-right: 20px; 
font-family: Georgia, "Times New Roman", Serif; 
font-size: 11px; 
line-height: 1.5em; 
text-align: justify; 
color: #000; 
} 

td {
font-family: Georgia, "Times New Roman", Serif; 
font-size: 11px; 
line-height: 1.5em; 
text-align: left; 
color: #000; 
}

th {
font-family: Georgia, "Times New Roman", Serif; 
font-size: 11px; 
color: #000; 
font-weight: bold; 
}

h1 {
font-family: Georgia, "Times New Roman", Serif; 
font-size: 14px; 
color: #000; 
font-weight: bold; 
letter-spacing: 3px; 
margin: 0;
}

h4 {
font-family: Georgia, "Times New Roman", Serif; 
font-size: 14px; 
color: #000; 
font-weight: bold; 
letter-spacing: 3px; 
margin: 0;
}

img {
border: none;
}

a:link {
color: #008080; 
text-decoration: none; 
font-weight: bold; 
}

a:visited {
color: #008080; 
text-decoration: none; 
font-weight: bold; 
}

a:hover {
color: #000; 
text-decoration: none; 
font-weight: bold; 
border-bottom: 1px solid #008080; 
background-color: #c0ffff; 
}

a:active {
color: #008080; 
text-decoration: none; 
font-weight: bold; 
}

a.menu:link {
color: #000; 
text-decoration: none; 
font-weight: normal; 
}

a.menu:visited {
color: #000; 
text-decoration: none; 
font-weight: normal; 
}

a.menu:hover {
color: #008080; 
text-decoration: none; 
font-weight: normal; 
border-bottom: none; 
background-color: transparent; 
}

a.menu:active {
color: #000; 
text-decoration: none; 
font-weight: normal; 
}

input, select, textarea, option {
background-color: #c0ffff; 
color: #008080;
font-family: georgia, verdana, arial, sans-serif; 
font-size: 11px; 
border: solid 1px #008080; 
padding: 2px; 
}
