﻿@charset "utf-8";
.mainText {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	margin:10px;
}

a.menu:link {
	display:block;
	width:100%;
	color: #FFFFFF;
	background-color: #990000;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}
a.menu:hover {
	display:block;
	width:100%;
	color: #990000;
	background-color: #FFFFCC;
	font-size: 12px;
}
a.menu:visited {
	display:block;
	width:100%;
	color: #FFFFFF;
	background-color: #990000;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}
a.menu:visited:hover {
	display:block;
	width:100%;
	color: #990000;
	background-color: #FFFFCC;
	font-size: 12px;
}
.mainTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	letter-spacing: 5px;
	text-align: center;
	font-weight: bold;
	color: #990000;
}
.bottombar {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	text-align: center;
}
