a:link
{
	 color: #00FF80;
; 
}
a:visited
{
	color: rgb(255,255,128); 
} 
a:active 
{
	color: #FF0000;
}
body
{
	font-family: "Eras Bold ITC", Arial, Helvetica;
	font-size: 16px;
	background-color: #003399;
	color: #FFFF80;;
}

table
{
	table-border-color-light: #003399;
	table-border-color-dark: #003399; 
}

table_1
{
	table-border-color-light: #003388;
	table-border-color-dark: #003388; 
}

hr
{
  color: #FFFF80
}

button
{
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	color:#FFFF80
}

#header-table {
	border: thin solid #FFFF80;
	border-collapse: collapse;
	border-bottom-width: thick;
}

#header-table td, th {
	border: thin solid #FFFF80;
	padding: 10px;
}

#header h1 {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Britannic Bold", "Eras Bold ITC", Arial, Helvetica;
	font-weight: 400%;
}

#cities {
	border-style: none;
	width: 100%;
	border-bottom: thick #FFFF80 solid;
}

#cities td, th {
	border-style: none;
	width: 25%;
	height: 32px;
	text-align: center;
}

#portrait {
	width: 5%;
	height: 166px;
}

#title {
	width: 58%;
	height: 83px
}

h1#large {
	font-variant: small-caps;
	font-size: 250%;
	text-align: left;
}

h1#medium {
	font-size: 133%;
	text-align: center;
}

#fresh {
	width: 29%;
	height: 83px;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	text-align: center;
}

#MN {
	width: 28%;
	height: 166px;
	text-align: center;
	border: none;
}

#apple {
	width: 29%;
	height: 83px;
	text-align: center;
}

#content {
	margin-top: 1em;
	margin-bottom: 1em;
}

#content p {
	text-align: center;
	margin-right: 192px;
}

#bio {
	padding-left: 20px;
}

#donate {
	padding-left: 20px;
}

#sidebar {
	width: 150px;
	float: right;
	border: 1px solid #FFFF80;
	margin: 0px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

#sidebar p {
	margin: 0px;
	text-align: center;
	line-height: 1.5;
}

#footer {
	text-align: center;
	border-top: thick solid #FFFF80;
	clear: right;
}

#preparedby {
	font-size: 67%;
}

