body {
margin: 0px;
padding: 0px;
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
background-position: center top;
background-color: #FFFDED;
}
a:link {
color: #7E635A;
text-decoration: none;
}
a:visited {
color: #7E635A;
text-decoration: none;
}
a:active {
color: #7E635A;
text-decoration: none;
}
a:hover {
color: #7E635A;
text-decoration: underline;
}
#active {
color: #000000;
text-decoration: underline;
}
.navi {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
color: #7E635A;
padding-top: 280px;
font-weight: bold;
}
.content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #7E635A;
padding-top: 50px;
width: 800px;
line-height: 16px;
}
