BODY {
background-color : rgb(0,110,77); 
font-family : Verdana, Tahoma, Arial; 
} 
h1 {
color : rgb(153,204,204); 
background-color : rgb(0,110,77); 
font-size : 28px; 
font-family : verdana; 
} 
h2 {
color : rgb(153,204,204); 
background-color : rgb(0,110,77); 
font-size : 15px; 
font-family : verdana; 
} 
h3 {
color : rgb(0,110,77); 
font-size : 12px; 
font-family : verdana;
} 

.h3 {
color : rgb(0,110,77); 
font-size : 12px; 
font-weight: bold
font-family : verdana;
}
 
td {
font-size : smaller; 
} 

.date {
font-weight: bold
font-family : verdana;
} 

.text {
font-weight: normal
font-family : verdana;
} 

.address {
color : rgb(153,204,204); 
font-size : 10px; 
} 
.navigate {
color : rgb(0,110,77); 
font-size : 10px; 
} 
.left {
background-color : rgb(153,204,204); 
font-size : 12px; 
} 
.right {
background-color : rgb(153,204,204); 
font-size : 12px; 
} 
.main {
background-color : rgb(255,255,255); 
font-size : small; 
} 
.green {
background-color : rgb(0,110,77); 
} 
.bluish {
background-color : rgb(153,204,204); 
} 
.yellow {
background-color : rgb(255,219,24); 
} 


a:link {font-weight: bold; color: blue; text-decoration: none}
a:visited {font-weight: bold; text-decoration: none; color: blue}
