@charset "utf-8";
/* CSS Document */

body {
	background-color: #DCFEFF;
	text-align: center;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
p {
	color: #030;
	padding: 4%;
	font-size: medium;
}

h1 {
	color: #FFFFFF;
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4%;
}

h2 {color: #030;
	font-size: 130%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4%;}
	
h3  {color: #DCFEFF;
	font-size: 125%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4%;}
	
a:link {
	color: #473816;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #360;
}
a:hover {
	text-decoration: none;
	color: #DCFEFF;
}
a:active {
	text-decoration: none;
}
.style1 {color: #DCFEFF;}
.styleleft {text-align: left;}
.important {color: #a61717;
			padding: 4%;
			font-size: 135%}
		
.class1 A:link {
	color: #382912;
	text-decoration: none;
				}
.class1 A:visited {color: #030;
				text-decoration: none;
				}
.class1 A:active {color: #030;
				text-decoration: none;
				}
.class1 A:hover {color: #030;
				text-decoration: underline;
				}

.class2 A:link {color: #DCFEFF;
				text-decoration: none;
				font-size: 125%;
				}
.class2 A:visited {color: #DCFEFF;
				text-decoration: none;
				font-size: 125%;
				}
.class2 A:active {color: #DCFEFF;
				text-decoration: none;
				font-size: 125%;}
.class2 A:hover {color: #DCFEFF;
				text-decoration: underline;
				font-size: 125%;}
				
.calendar {
	width: 880px;
	height: 650px;
}
.announcement-black
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.announcement-black a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

.announcement-black a:hover
{
	color: #900;
	text-decoration: underline;
}

