body {
	background-color : White;
	font-size : small;
	color : Black;
}
A:Link {
	color : Blue;
	text-decoration : none;
}
A:Active {
	color : #F7FF11;
	text-decoration : none;
}
A:Visited {
	color : Navy;
	text-decoration : none;
}
A:Hover {
	border : 3px ridge Yellow;
	color : Yellow;
	background-color : blue;
	text-decoration : none;
}
.header {
	text-align : center;
	color : #0000FF;
	font-size : 180%;
}
.header2 {
	text-align : left;
	color: #0000CC;
	font-size : 140%;
}
.header3 {
	text-align : left;
	color: #000099;
	font-size : 120%;
}
.header4 {
	text-align : left;
	color : #000066;
	font-size : 100%;
}
.sechd {
	color : #0000CC;
	font-size : 140%;
}
.sec {
	color: #000099;
	font-size : 120%;
}
.tiny {
	font-size : 10px;
}
kbd {
	font-size : large;
	font-weight : bold;
}
.cntr {
	text-align : center;
}
.blue {
	color : blue;
	}
tt {
	color : green;
}
.bld {
	font-weight : bold;
}
.romrd {
	color : #633100;
}