.top {
	font-size: 36px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	background-color: #999933;
}
.outer {
	border: medium solid #003300;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: FFF3C1
}
.header {
	font-size: 24px;
}

.heading {
	font-size: 14px;
}
.link {
	font-size: 10px;
	font-weight: bold;
}
a:link {color: #3333AA; text-decoration: none;}
a:visited {color: #3333AA; text-decoration: none;}
a:active {color: #3333AA; text-decoration: none;}
a:hover {color: #3333AA;}
.workshops {
	font-size: 18px;
	font-weight: bold;
}
.leftline {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #003300;
}
