/* CSS Document */
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
text-align:center;
font-size: 36px;
font-weight: bold;
color: #FF6600;
}
h2 {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.style1 {color: #FF0000}
.style17 {font-size: 13px}
.style18 {color: #FFFFFF}
.style19 {color: #C81C2C}
.style21 {font-size: 24px}
.style23 {color: #0066FF}
input.red {
border:2px solid #FF0000
}
