
html,body {
background-color: #FFFFFF;
background-repeat: repeat-n;
font-family: tahoma;
height: 100%;
}

#content {
font-size: 16px;
color: #1c1e1b;
margin-top: 20px;
margin-left: 35px;
margin-right: 35px;
text-align: justify;
}

#main {
margin-top: 98px;
margin-right: 5px;
}

a {
color: #749465;
font-family: tahoma;
font-size: 16px;
text-decoration: none;
}

a:hover {
color: #749465;
text-decoration: none;
}

b {
color: #678956;
}

h3 {
color: #4F6642;
}

#content img {
margin: 5px 15px 15px 15px;
}

.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.border {
border-style: solid;
border-color: #1c1e1b;
border-width: 1px;
}
