h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 1.4em;
	font-weight: bolder;
	color: #336633;
}
.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 20pt;
	color: #666600;
}
a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.tiny {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #666600;
	list-style-position: outside;
	list-style-image: url(images/green-dot.gif);
}
.story {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.funpurp {
	font-family: "Comic Sans MS", Geneva, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #330099;
}
.fungreen {
	font-family: "Comic Sans MS", Geneva, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #336633;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #6f37b4;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.dwmtabs{
width: 100%;
overflow: hidden;
border: 1px solid purple; /*bottom horizontal line that runs beneath tabs*/
}
.dwmtabs  ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
list-style-type: none;
}
.dwmtabs  li{
display: inline;
margin: 0;
}
.dwmtabs  li  a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*right divider between tabs*/
	color: #006699;
	background: #99CCFF; /*background of tabs (default state)*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #9933FF;
	border-right-color: white;
}
.dwmtabs  li  a:visited{
color: white;
}
.dwmtabs   li   a:hover, .dwmtabs   li.selected   a{
background: #336633; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}