h1 {
	color: #FF0000;
	text-align: center;
}
h2, h3, h4, h5, h6 {
	font-style: italic;
	color: #FF0000;
	text-align: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.highlight {
	background-color: #CCCCCC;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #FF33FF;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
.input_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	border: 1px solid #000000;
}
