body {
font-family: Verdana, Tahoma;
}

.area {
border-left:1px solid #000;
border-right:1px solid #000;
border-top:1px solid #000;
border-bottom:1px solid #000;
}

.text {
font-size: large;
}

.area1 {
padding-top: 15px;
border-left:1px solid #000;
border-right:1px solid #000;
border-top:1px solid #000;
border-bottom:1px solid #000;
}

.othertitle {
color: #F00;
text-align: center;
font-size: x-large;
font-weight: bold;
}

.title {
font-weight: bold;
color: #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background-color: #F00;
display: block;
text-align: center;
padding-right: 2px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
}

#news li {
padding-bottom: 7.5px;
}

#navlist {
width: 100%;
}

#navlist ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: .9em;
}

#navlist li {
padding-bottom: 5px;
}

#navlist a {
border-left:1px solid #000;
border-right:1px solid #000;
border-top:1px solid #000;
border-bottom:1px solid #000;
background-color: #cccc99;
display: block;
padding-left:24px;
padding-right:2px;
padding-top:2px;
padding-bottom:2px
}

#navlist a:link, #navlist a:visited {
color: #000;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
color: #F00;
background-color: #000;
}

.reg a {
	color: #0000FF;
	text-decoration: none;
}
.reg a:hover {
	color: #0000FF;
	text-decoration: underline;
}
