body {
font-family: times new roman;
letter-spacing: 0px;
font-size: 10px;
text-align: justify;
color: #2F2A2C;
cursor: default;
background-color: #000000;
background-image:url('bgtest.png');
background-repeat:no-repeat;
background-position: top center; 

}

#container {
margin: 0px auto;
width: 600px;
text-align: center;
float: center; 
}

.title {
padding:2px; 
font-family: georgia;
letter-spacing: 0px;
font-size: 17px;
text-align: justify;
color: #960000;
text-transform:lowercase;
font-weight: bold;
font-style: italic;
cursor: default;
background-color: #4A0000;
       text-align: left;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: solid;
       border-color: #4A0000;
}

.content {
padding:2px; 
font-family: georgia;
letter-spacing: 0px;
font-size: 10px;
text-align: justify;
color: #760000;
cursor: default;
background-color: #140000;
       text-align: left;
       border-top-width: 2px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 2px;
       border-style: solid;
       border-color: #140000;
}

.nav {
padding:2px; 
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 10px;
text-align: center;
color: #000000;
cursor: default;
background-color: transparent;
       border-top-width: 2px;
       border-right-width: 2px;
       border-left-width: 2px;
       border-bottom-width: 2px;
       border-style: solid;
       border-color: transparent;
}

a:link {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 9px;
text-align: justify;
color: #650000;
text-decoration: none;
font-weight: bold;
}

a:visited {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 9px;
text-align: justify;
color: #650000;
text-decoration: none;
font-weight: bold;
}

a:active {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 9px;
text-align: justify;
color: #650000;
text-decoration: none;
font-weight: bold;
}

a:hover {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 9px;
text-align: justify;
color: #890000;
text-decoration: underline;
cursor: default;
}

.content a:link {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 9px;
text-align: justify;
color: #650000;
text-decoration: none;
font-weight: bold;
}

.content a:visited {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 9px;
text-align: justify;
color: #650000;
text-decoration: none;
font-weight: bold;
}

.content a:active {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 9px;
text-align: justify;
color: #650000;
text-decoration: none;
font-weight: bold;
}

.content a:hover {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 9px;
text-align: justify;
color: #890000;
text-decoration: underline;
cursor: default;
}

.nav a:link {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 18px;
text-align: justify;
color: #650000;
text-decoration: none;
text-transform:uppercase;
font-weight: bold;
}

.nav a:visited {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 18px;
text-align: justify;
color: #650000;
text-decoration: none;
text-transform:uppercase;
font-weight: bold;
}

.nav a:active {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 18px;
text-align: justify;
color: #650000;
text-decoration: none;
text-transform:uppercase;
font-weight: bold;
}

.nav a:hover {
font-family: trebuchet ms;
letter-spacing: 0px;
font-size: 18px;
text-align: justify;
color: #890000;
text-decoration: none;
text-transform:uppercase;
cursor: default;
}

input, submit, reset, textarea {
padding: 3px;
font-family: georgia;
letter-spacing: 0px;
font-size: 12px;
text-align: justify;
color: #760000;
cursor: default;
background-color: #140000;
       text-align: left;
       border-top-width: 1px;
       border-right-width: 1px;
       border-left-width: 1px;
       border-bottom-width: 1px;
       border-style: solid;
       border-color: #650000;
}

input:hover, submit:hover, reset:hover, textarea:hover {

       border-color: #890000;
}


