body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #9bb57a;
	line-height: 14px;
}

h2 { 
	font-size: 17px;
	font-weight:bold;
	color:#C63;
}

h1 { 
	font-size: 15px;
	font-weight:bold;
	color:#C63;
}

.menusel {
   font-weight: bold;
   color: white;
}

.secmenusel {
   font-weight: bold;
   color: #C63;
}

a.menu {
   font-weight: bold;
   color: yellow;
}

a.secmenu, a.secmenu:visited {
   font-weight: bold;
   color: green;
}

a.menu:hover {
   text-decoration: none;
   color: red;
}

a.menu:visited {
   color: yellow;
}

a.more {
   font-weight: bold;
}

a.more:visited {
   color: darkblue;
}

a:visited {
   color: darkblue;
}

a.blacklink, a.blacklink:visited
 { color: black; }
 
 a
 { color:#099; }
 
 a:hover 
 { color:#C63; }