

 







BODY {
	background-image: url('images/naturebg.jpg');
	background-repeat: repeat; 
}




h1 {
color : #7300E6; 
font-size : 32pt; 
font-family: cursive;
} 

h2 {
color : navy; 
font-size : 20pt; 
} 

h3 {
color : #7300E6; 
font-size : 18pt; 
font-family: cursive

} 

h4 {
color : blue; 
font-size : 16pt; 
} 

h5{
	color : #7300E6; 
	font-size : 8pt; 
	font-family: cursive;
	font-weight: bold;
}



.container{
	width:5px;
}
 
.table_cell {
	text-align: left;
	font-size: 0.8em; 
	font-family: verdana, arial, sans-serif;
	color:#7300E6;  
	position: relative;
    	top: 3px;
    	width: 600px;
	
}











p.special_letter:first-letter {
	font-family: arial,sans-serif;
	font-size: 125%;	
	font-style: italic;
	color: navy;
	float:left;

}


a:link {
color : green; 
} 

a:visited {
color : navy; text-decoration: none
} 

a:hover {
color : black; 
} 

a:active {
color : blue; 
}











div.menubar{ 
	vertical-align: top;
	color :#99CCFF;
	width :100%;
	padding :5px;
	}

a.menu {
	width :120px;
	text-align : center;
	font-family: cursive;
	font-style : normal ;
	font-size : 12pt;
	font-weight :bold;
	color :#663399;
	text-decoration : none;
	background-color : #BDB5FF ;
	padding :3px;
	border-style : outset ;border-color :#CCCCFF ;border-width : medium 
	}

a.menu:hover{
	color :aqua;
	background-color :#660099;
	border-style :inset ;border-color :#BDB5FF ;border-width :medium 
	}






















	






















