P  {
	font-size : medium;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-style : normal;
	color : White;
}

H1  {
	font-family : Amerigo Md BT,Times New Roman,Times,serif;
	font-weight : bold;
	font-style : normal;
	color : Lime;
	font-size : xx-large;
	text-align : left;
}

H2  {
	font-size : x-large;
	font-family : Amerigo Md BT,Times New Roman,Times,serif;
	font-weight : bold;
	font-style : normal;
	color : Aqua;
	text-align : left;
}

H3  {
	font-size : large;
	font-family : Amerigo Md BT,Times New Roman,Times,serif;
	font-weight : bold;
	font-style : normal;
	color : Yellow;
	text-align : left;
}

A:link  {
	color : #ffff00
}

A:visited  {
	color : Lime;
}

A:active  {
	color : Red;
}

A:hover  {
   color: #ffcc33
}

BODY  {
	background : url(images/water_background.jpg);
	background-color : Navy;
}

.lime  {
	color : Lime;
}

.yellow  {
	color : Yellow;
}

.black  {
	color : Black;
}

.red {
   color: red;
}

.aqua {
	color: aqua;
}

.big  {
	font-size : large;
}

.bigbold
	font-size : large;
	font-weight : bold;
}

.extrabig {
	font-size: x-large;
}

TD  {
	font-size : medium;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
}

TD.bigbold
	{
	font-size : large;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-style : normal;
}

CAPTION {
 	font-size : medium;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
}
 
.silvercell {
   background-color: silver;
}

.aquacell {
   background-color: aqua;
   color: navy;
} 

.redcell {
   background-color: red;
}

.navycell {
   background-color: navy;
}

.whitecell {
   background-color: white;
   color: navy;
}

.blackcell {
	background-color: black;
	color: white;
}

.buttonface {
	font-size : medium;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
	color: black;
}

LI {
	font-size : medium;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-style : normal;
	color : White;
}

.underlined {
    text-decoration: underline;
}


