h1 { 
filter : Shadow(color=red, direction=135); 
font-family : Verdana;
font-size : 18px; 
color: yellow;
 } 

h3 { 
filter : Shadow(color=yellow, direction=135); 
font-family : Verdana;
font-size : 15px; 
color: red;
 } 

h2 { 
COLOR="#0000ff";
font-family : Verdana;
font-size : 18px; 
 } 
/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana;
	font-size: 13px;
	background-color: #fff8d0;
	color: black;
	margin: 5;
	
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #D0B050;
	scrollbar-shadow-color: #303010;
	scrollbar-base-color: #646464;
        scrollbar-arrow-color: #0000FF;
        scrollbar-face-color: #FF3300;
        scrollbar-track-color: #000000;
}

/* Style for all table cells. */
td {
	font-family: Verdana;
	font-size: 10px;
}

/* Put a border on all generated images */
.image {
	border-width: 0;
	border-color: black;
	border-style: solid;
	margin: 2;
}




/* Custom link styles */
a:active {
	text-decoration: none;
	color: red
}

a:visited {
	text-decoration: none;
	color: blue
}

a:hover {
	text-decoration: underline;
	color: black
}

a:link {
	text-decoration: none;
	color: blue
}

#imageinfo {
	visibility: hidden;
}
