body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fffff0;
}

h1, h2, h3, h4, h5, h6 {
	color: #980030
}

h1.topright {
	color: #980030;
	font-size: small;
}

table {
	width: 100%
}

td {
	padding: 2px;
}

table.main {
	margin-left: 10%;
	margin-top: 10px;
	width: 800px
}

td.main {
	padding: 10px;
   width: 150px
}

table.main2 {
	margin-left: 10%;
	width: 800px
}

td.topmenuleft {
	height: 10px;
   background:  #F5D8C5
	width: 150px
}

td.menuleft {
	padding: 5px;
	background:  #F5D8C5;
	vertical-align: top;
	width: 150px
}




table.container { 
	border: 1px solid;  
	padding: 0px 0px 0px 0px;  
	border-width: 0px 0px 0px 0px;  
	margin: 0px 0px 0px 0px;
       }

table.text {
	width: 650
}

td.extract {
	width: 320px;
	height: 350px;
	font-size: smaller;
	padding: 5px 5px 5px 5px;
	border: 1px solid #F5D8C5;
}

a:link {
	color: #3399FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #A52A2A;
}

a:active {
	color: #CD853F;
	text-decoration: underline;
}

a:hover {
	color: #CD853F;
	text-decoration: overline;
}

## take formatting out of articles ##
.article {
		text-decoration: none;
}

a:link.article {
	color: #000000;
	text-decoration: none;
}
a:visited.article {
	text-decoration: none;
	color: #000000;
}

a:active.article {
	color: #000000;
	text-decoration: none;
}

a:hover.article {
	color: #000000;
	text-decoration: none;
}




.invisible {
	border: none;
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

.important {
	color: #FF8C00;
	font-size: smaller;
}

.copyright {
	color: #708090;
	font-size: smaller;
	text-align: center;
}