@charset "utf-8";
/* CSS Document */

body {
	background-color: #E5F7E9;
	font:Georgia, "Times New Roman", Times, serif;
}


/*Link Items*/
a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E0D8FF;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E5F7E9;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E5F7E9;
	text-decoration: none;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E0D8FF;
	text-decoration: none;
}

.white a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC00FF;
	text-decoration: none;
}


/*font color change*/
h1{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.pink {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E0D8FF;
	font-size: 14px;
	font-weight: bold;
}

.navStyle {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold;
}

.body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}