/* CSS Document */
a{
color: #6E9A3B;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

a:visited{
color: #336622;
}

body{
background-color: #FFFFCC;
text-align: center;
}

table, td, tr{
border: 0px;
text-align: justify;
}

.title{
border-bottom: 1px #000000 solid;
border-top: 1px #000000 solid;
color: #336622;
font-size: 12pt;
font-weight: bold;
letter-spacing: 0.4em;
padding: 2px;
text-align: center;
}


#topbox{
color: #336622;
font-size: 18pt;
padding: 5px;
text-align: center;
text-decoration: underline;
}

#topbox2{
color: #6E9A3B;
font-size: 12pt;
margin: 0px;
padding: 0px;
padding-bottom: 5px;
text-align: center;
}

