/*
 * Combined style sheet for the index pages and the slide pages.
 */

SMALL {font-family: Arial,helvetica;font-size: 12px;}
 
A {text-decoration: undeline;	color: #000000;}
A:hover {text-decoration: none;color: #000000;}
 
H1 { font-size: 32px; color: red }
H2 { font-size: 20px; color: green }
H3 {font-size: 18px; font-weight: bold; color: black;}
H4 {font-size: 16px; font-weight: normal; color: blue;}
 
P, UL, OL, LI, BLOCKQUOTE {font-size: 16px;}
P.center {text-align: center}
 
FORM {font-family: helvetica; font-size: 10px;}
INPUT,SELECT,OPTION {font-family: helvetica; font-size: 10px; background-color: #f3f2ed; color: #333333; }
FORM {margin-bottom : 0px; margin-top : 4px;}
BODY {background: #ffffff; 
	color: #000000; 
	margin-left : 10px; 
	margin-top : 10px; 
	margin-right : 10px; 
 	margin-bottom : 10px; 
 	font-family: Arial, Tahoma, Helvetica;
 	font-size: 12px;
 	background-image : none; 
 	background-color : #ffffcc;}

