body { 
background-color : #006633;
color : #000000; 
font-family : verdana; 
margin-top: 10;
margin-bottom: 10;
margin-left: 5;
margin-right: 5
} 

p {
font-size: x-small;
list-style-type : circle;
list-style-position : inside;
list-style : inside;
font-weight: normal;
font-family : verdana
}

a:link { 
color : #00CC66; 
text-decoration : none;
font-weight: bold
} 

a:visited { 
color : #00CC66; 
text-decoration: none;
font-weight: bold
} 

a:hover { 
color : #FFCC33; 
text-decoration : none; 
font-weight: bold
}

#smenu {
font-family : verdana; 
color : #ff0000; 
font-size : xx-small; 
} 

#smenu:hover { 
color : #FFCC33;
text-decoration : none;
font-weight: bold 
} 

#smenu:link { 
color : #ff0000;
text-decoration : none;
font-weight: bold 
} 

h3 {
	font-size : x-small;
	font-family : verdana;
	font-weight : normal;
	background-color : #eeeeee;
	padding-left : 5;
	padding-right : 5;
	padding-top : 5;
	padding-bottom : 5;
	border-color : #000000;
	border-width : 1;
	border-style : solid;
}

