body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #640044;
	width: 720px;
	background-color: #FFFFFF;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #0000CD;
	
}
h2{
	font-size : large;
	font-weight: bold;
	color: #0000CD;

}
h3{
	font-size: small;
	font-weight: bold;
	color: #0000CD;

}
.headline {
	color: #0000CD;
}
.hilite {
	color: #C61584;
}
.main {
	font-size : small;
	font-weight : bold;
}
.mainplain {
	font-size : small;
	
}
.mainplain_bold {
	font-size : small;
	font-weight: bold;
}
.smtxt {
	font-size: smaller;
}
.smtxt_bold {
	font-size: smaller;
	font-weight: bold;
}

.tinytxt { 
   font-size: xx-small;
   font-weight:bold;
}

A:link {
	/*color: #126E00;*/ /*green*/
	/*color: #766A84*/ /* gray-purple;*/
	color: #3C3DFF; /*blue*/
}
A:visited {
	color: #8B59A4;
}
A:hover {
	color: #1EB200;
}
A:active {
	color: #1EB200;
}

table.big {
	width: 720px;
	border: none;
	}

table.announce {
	border: 10px double #7B0052;
	padding: 10px;
	/*width: 553px;*/
	text-align: center;
}

table.note {
	border: 5px solid #7B0052;
	padding:  10px;
	text-align: left;
}

table.dates {
background-color: #FFFFFF; 
/*background-color: #9FC2DB;*/
/*background-color: #FFCEBB;*/
border: 6px solid #7B0052;
	margin: 6px;
	font-size: medium;
	font-weight: bold;
	padding: 6px;
	}

p.big3 {
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #7B0052;
}

hr {
	color: #7B0052;
	height: 4px;
}
li {
	padding-left: 10px;
	font-size : small;
	color: #000000;
}