.red {  font-size: medium; font-style: italic; font-weight: bold; color: #F21D2C}
.blue {  font-size: medium; font-style: italic; font-weight: bold; color: #1D59F2}
.small_blue {  font-size: small; color: #1D59F2}
.small_bluetext {  font-size: small; color: #1D59F2}
.arial_red {  font-family: Comic Sans MS; font-size: large; font-weight: bold; color: #F21D2C}
.largegreen {  font-family: Arial, Helvetica, sans-serif; font-size: xx-large; font-style: italic; font-weight: bold; color: #467af6}
a {font-size: medium; font-weight: bold; font-variant: normal;}
a:link {color:#003399}
a:visited {color:#333366}
a:hover {color:#990000; text-decoration: underline;}
a:active {color:#003399}

u, strike {
	font-style: italic;
	text-decoration: none;}
	
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #663333;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #003366;
}
h4 {font-size: 1.2em; font-weight: bold; color: #000000;}
h5 {font-size: 1.1em; font-weight: bold; color: #000000;}

p, body {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
ul, ol, li {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }	
