div,body,td,th,tr,table,font,input,li,ul,form,
blockquote,p,b,i,h1,h2,h3,h4,h5 {
  font: 14px arial,helvetica,sans-serif;
  color : #EFEFEF;
  background : #1C1D56;
}

a {text-decoration: none;}
a:link {color: #EEEEAA;}
a:active {color: #EEEEAA;}
a:visited {color: #EEEEAA;}
a:hover {color: #FF0000;}




h3 {
	background: #3C3D86; 
	font-family: "Times New Roman", "Garamond", serif; 
	font-size:150%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none; 
	color: #FFFFFF;
	padding: 0.25em; 
	text-align:center;
}


/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Put a border on all generated images */
.image {
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
	margin: 5px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}



