h1
{
	background-color:white;
	color:black; 
	font-size: 36;
	text-align: center; 
	font-family: verdana, ariel, serif;
}

h2
{
	color:white;
	font-size: 50;
	font-family: verdana, ariel, serif;
	text-align: left; 
	margin-top: 20; 
	margin-bottom: 0; 
	margin-left:20;
	font-style: italic;
}

h3
{
	color:black;
	font-size: 34;
	font-family: verdana, ariel, serif;
	text-align: left; 
	margin-top: 10; 
	margin-bottom: 0; 
	margin-left:10;
	font-style: italic;
}

h4
{
	color:blue;
	font-size: 14;
	font-family: verdana, ariel, serif;
	text-align: center; 
	margin-top: 0; 
	margin-bottom: 0; 
	margin-left:0;
	font-style: italic;
}

p
{
	color:white; 
}

p.menu1 
{
	text-align: center;
	valign: center;
	color:pink; 
}

p.center 
{
	color:white; 
}

hr 
{
	color:red; 
}

body
{
	background-color: lightblue;
	text-align: center;
	color: #000000;
}

#pagewidth {
	position: relative;
	width: 728px;
	background-color: #ffffff;
	text-align: left;
}

table
{
text-align: center;
color: black;
font-family: arial
outline-style: solid;
outline-width: medium;
}

table.heading
{
background-color: white;
}

tr
{
color: black;
}

tr.slot1
{
background-color: white;
}

tr.slot2
{
background-color: white;
}

tr.slot3
{
background-color: white;
color: #ffffff;
}

td
{
	color: #ffffff;
}

td.menu1
{
	font-family: verdana, ariel, serif;
	color:blue;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

a:link    
{
	color:blue;
}

a:visited 
{
	color:red;
}

a:active  
{
	color:red;
}

a:hover   
{
	color:black;
}

a:text-decoration 
{ 
	none
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px; /*position where enlarged image should offset vertically */
left: 60px; /*position where enlarged image should offset horizontally */

}