/* CSS File for js10mov site */
.redalert {
	text-color: red
}
#warning {
	color: red;
	font-weight: bold
}
HTML {font-family: Arial; }
SMALL {font-size: 8pt}
H1.mid {
	text-align: center;
}

A {
	font-family: Arial;
	font-size: 12pt;
	font-weight: 800;
	color: #0000FF;
	text-decoration: none;
}
A:active {
	color: #0000CC;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #000099;
}
A:visited {
	text-decoration: none;
	color: #3300CC;
}