@charset "utf-8";
.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #F5F2C5;
}
.nav:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.nav:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.nav:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.nav:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #CFC296;
	text-decoration: underline;
	font-weight: bold;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F5F2C5;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #FF6600;
}
.text {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	padding: 10px;
}
