@charset "utf-8";
/* CSS Document */

/*main typographic styles*/

h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #660033;
}

h1 {
font-size: 1.1em;
margin-top:  10px;
}

h2 {
font-size: .9em;
}

h3 {
font-size: .8em;
}

/*use for left side announcement of Annual Festival*/
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3em;
	color:#FFFFCC;
	text-align: center;
}

p {
font-family: Arial, Helvetica, sans-serif; 
font-size: .8em;
line-height: 1.3em;
}

a {
	color: #660033;
	text-decoration: underline;
	}
a:link {
	color: #660033;
	}
a:visited {
	color: #990033;
	}
a:hover {
	color: #fff;
	background-color:#660033;
	}

/*right-sidebar text*/

.sidebar h1 {
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size:.9em;
font-weight: bold;
color: #fff;
}

.sidebar p {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: .7em;
line-height: 1.3em;
font-weight: regular;
color: #FFFFFF;
}
