A.header:active{
	color : #ff6100;
}

A.header:hover{
	color : #ceff7f;
}

A.header:link {
 	color : white;
 	text-decoration: none;
}
 
A.header:visited {
 	color : white;
 	text-decoration: none;
}

A.body:active{
	color : #ff6100;
}

A.body:hover{
	color : #ceff7f;
}

A.body:link {
 	color : #637dc6;
 	text-decoration: none;
}
 
A.body:visited {
 	color : #2d0399;
 	text-decoration: none;
}

blockquote.main {
	color : #ceff7f;

}

body.main {
	background-color: #637dc6;
	font-family: Arial, Helvetica, sans-serif; 
}

span.ttip {
	cursor: help;
	color : #2d0399;
}

div.info {
	display: none;
	border: 1px solid #ceff7f;
	background-color: #637dc6;
	color: white;
	padding: 2px;
	width: 250px;
}

h1.index {
	font-family: Arial;
	font-size: large;
	color: #ff6400;
	text-align: center;
	text-transform : uppercase;
}	

h2.index {
	font-family: Arial;
	font-size: medium;
	color: #2d0399;
	text-align: center;
	border : Gray;
	background-color: #ceff7f;
}	

ol.body{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align: left;
}

ul.body{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align: left;
}

p.body{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align: left;
}

p.fineprint {
    font-size: xx-small;
	text-align:center;
    }

td.navigation{
	background-color: #637dc6;
	text-align: center;
	width: 100px;
}

td.word{
	text-align:justify;
	vertical-align:top;
	font-size:xx-small;
}

table.body{
	text-align: center;
	vertical-align: top;
	border: ridge;
}

th.kids {
    font-family: Comic Sans MS;
	font-size:medium;
	text-align: center;
	background-color: #ceff7f;	
}

