
a:link {
	color: green;
	background-color:transparent;
	text-decoration: underline;
}
a:visited{
	color: red;
	background-color:transparent;
	text-decoration: underline;
}
a:hover {
	color: white;
	background-color:green;
   text-align:left;
   text-decoration:none;
}
a:active {
	color: white;
	background-color:green;
   text-align:left;
   text-decoration:none;
   font-weight:bold;
}
body {
	color: black;
	background-color: white;
	background-image:url("hibiscus-background-LtRed.jpg");
	background-attachment: fixed;
}
h1 {
	text-align: center;
	font-family: cursive;
	text-shadow: navy;
	color: blue;
}
h2 {
	text-align: center;
	font-family: cursive;
	color: green;
}font-weight:bold;

img
{
vertical-align:text-top;
}
div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

#navigation1 
{
			position: fixed;
			left: 0;
			width: 200px;
}

#navigation2 
{
			position: absolute;
			right: 0;
			width: 150px;
}
#colleft 
{
			position: fixed;
			left: 0;
			width: 200px;
}
#colright 
{
			position: absolute;
			right: 0;
			width: 150px;
}
	
#content 
{
			margin: 0 150px 0 200px;
}
