a {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FC0;
	text-decoration: underline;
	padding-right: 20px;
}
a:link {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	color: #FC3;
}
a:visited {
	text-decoration: underline;
	color: #C90;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #FC3;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
}
a:active {
	text-decoration: underline;
	color: #FC0;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
}
.imageborder {
	border: 3px solid #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: lighter;
	color: #C33;
	padding-left: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: lighter;
	color: #FFF;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: lighter;
	color: #FFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFF;
	font-weight: lighter;
	padding-left: 60px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: lighter;
	color: #996;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC3;
}
table {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
}

