﻿@charset "utf-8";
/* CSS Document */

.normal {
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic Light", "bookman Old Style", "Times New Roman";
	font-size: 19px;
	text-align: center;
	
}

.hidden-rollover {
	text-align:center;
	visibility:hidden;
	font-family: "Copperplate Gothic Light", "Copperplate Gothic Bold", "bookman Old Style", "Times New Roman";

}

.footer {
	font-family: "Copperplate Gothic Light", "Copperplate Gothic Bold", "bookman Old Style", "Times New Roman";
	font-size: 15px;
	text-align: center;	
}

/* Links */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #990000;
}
/* End of Links */
