a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
h1 {
	font-style: italic;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;

}
p {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.strike_thru {
	text-decoration: line-through;
}
.text_back_yellow {
	background-color: #FFFF66;
	background-repeat: no-repeat;
}
h3 {
	color: #FF6600;
}
.xxsmall {font-size: xx-small}.graytext {
	color: #999999;
}
.small {
	font-size: smaller;
}
