.text01{
	font-family: "Times";
	font-size: 26px;
}

.text02{
	font-family: "Arial";
	font-size: 14px;
	color: #004A8C;
	text-decoration: none;
}
.text02:hover{
	font-family: "Arial";
	font-size: 14px;
	color: #BD945A;
	text-decoration: underline;
}

.text03{
	font-family: "Arial";
	font-size: 14px;
	color: #FFFFFF;
}
.text03:hover{
	font-family: "Arial";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	margin-top:5px;
	margin-bottom:5px;
}

h2 {
	font-family: "Arial";
	font-size: 18px;
	color: #F00;
	margin-top:5px;
}

h3 {
	font-family: "Arial";
	font-size: 16px;
	font-weight:normal;
	color: #0077CC;
}

p, li {
	font-family: "Arial";
	font-size: 14px;
}

.colorcoded {
	color:#CC0000;
}

.green {
	color:#33CC00;
}

.red {
	color:#F00;
}

.purple {
	color:#663399;
}

.yellow {
	color:#FFFF00;
}

.blue {
	color:#0033FF;
}

.black {
	color:#000;
}