body {
font: verdana, times new roman;
font-size:10pt;
}
a:link {
color: #000000; text-decoration: none;
}
a:visited {
color: #000000; text-decoration: none;
}
a:hover {
color: #000000; text-decoration: underline;
}
a:active {
color: #000000; text-decoration: none;
}
body {
background-color: #377F31;
}
#cont {
border: 3px solid #696969;
width:1000px;
margin-left: auto;
margin-right: auto;
}
#header {
height: 80px;
width:1000px;
color: #ffffcc;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-color:#fff;
}
#menu {
font-weight:bold;
color:#000000;
text-align:center;
background-color:#F0F0F0;
height:25px;
width:1000px;
}
#content {
text-align:center;
color: #000000;
padding:3px;
font-size:17px;
background-color:#FFFFFF;
max-width:1000px;
min-height:200px;
}
#border {
padding-top:3px;
padding-left:3px;
color: #000000;
text-align:center;
background-color:#696969;
max-width:1000px;
}
#link {
color: #000000;
}
input {
background-color:#ffffff;
border: 1px solid #66ccff;
}
textarea{
background-color:#ffffff;
border: 1px solid #66ccff;
}
#link2{
color:#ffffff;
}
#photo{
border:0px;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a { padding: 3px 10px; }
#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #377F31;
text-decoration: none;
}
#navlist a:hover
{
color: #fff;
background-color: #F4C40A;
text-decoration: none;
}