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

body{
	margin:10;
	background:none;
	font-family:Cochin, "Book Antiqua",Georgia, "Times New Roman", Sans-Serif;
	font-size:90%;
	color:#454545;
}
a{
	text-decoration:none;
	color:#333399;
}
a:hover{
	color:#993333;
}
.event{
	margin-left:10px;
}
h1{
	text-indent:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Sans-Serif;
	line-height:1.2em;
	letter-spacing:4px;
	background-color:inherit;
	color:#eff0d0;
	font-size:160%;
	font-weight:400;
	text-transform:uppercase;
}
h2{
	text-indent:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Sans-Serif;
	line-height:1.2em;
	letter-spacing:4px;
	background-color:inherit;
	color:#eff0d0;
	font-size:160%;
	font-weight:400;
	text-transform:uppercase;
}
h3{
	font-size:120%;
	font-weight:600;
}
p{
	font-family:Cochin, "Book Antiqua",Georgia, "Times New Roman", Sans-Serif;
	font-size:100%;
	color:#454545;
	margin-left:10px;
}