body {
background: #000033;
font-size: 13px;
color: #cccccc; 
}
a {
text-decoration: none;
color: FFFF00;
}
a:hover{
color: #FF7700; 
}

h1 {
text-align: center;
color: #FF0000;
font-weight: bold;
font-size: 1.8em;
}
h2 {
font-weight: bold;
font-size: 1.5em;
color: #FF7700;
}

h3 {
font-size: 1.3em;
}

.newsdate{
font-weight: bold;
color: #ff7700;	
}

.newsdesc {
text-align: justify;
padding-left: 30px;
padding-right: 30px;
color: #ccccff;
}

.newsitem{
border-bottom: groove;
padding:	10px;
font-size: 1.2em;
}
.newsitem a{
color: #ff7700;
}
.newsitem a:hover{
color: ff0099;
}

.navmenu {
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background: dd0000;
font-weight: bold;
font-size: 1.1em;
}
.navmenu a{
text-decoration: none;
color: ffffff;
}
.navmenu a:hover{
text-decoration: none;
color: ffff00;

}
