/* CSS Document */

body
{
background: #000000;
color :white;
font-family: arial;
}

a:link {color:white;}  

a:visited {color:white;}  

.headertext{
font-family: arial;
color: black;
font-weight: bold;
size:18px;
}
 
.topframe{
align: center;
background-color: #000000 ;

}

.menuframe{
color : green;
text-align: center;
border: 1px solid black;
font-family: arial;
font-weight: bold;
text-decoration: none;
padding : 3px;
background-image: url(http://www.accessola.com/forest2010/images/button.jpg);
}

.menuframe a {
color : green;
text-decoration: none;
}

.menuframe a:hover{
color : orange;
text-decoration: none;
}



.bodyframe{
  color : white;
  padding : 3px;
  background-color: #006E3A ;
}

.footerframe{

color : red;
  padding : 3px;
  background-color: #006E3A ; 
}

.bodytextnom{
color : yellow;
font-size: 25px;
}

.bodytextitle{
color : yellow;
font-size: 18px;
}


.bodytext{
color : white;
font-size: 15px;
}
