/* CSS for the Great Lakes Medieval Faire - http://www.medievalfaire.com */
/* Created by Just Adequate Media - http://www.justadequate.net */
/* You really shouldn't steal this...but then again, why would you want to? */

body	{
	background: url("graphics/background.jpg");
	background-color: #FFFFFF;
	color: #003000;
	background-repeat: repeat-y;
}

a:link { color : #3030FF; text-decoration: none; }
a:visited { color: #292B7B; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: underline; }
a:active { color: #FF0000; text-decoration: underline; }

.navlinks  {
	color: #60360D;
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
}

.navlinks a:link { color: #60360D; text-decoration: none; }
.navlinks a:visited { color: #66390E; text-decoration: none; }
.navlinks a:hover { color: #FFFF00; text-decoration: underline; }
.navlinks a:active { color: #FFFF00; text-decoration: none; }

.live { color: #8F650C; }

.title	{
	color: #A60A10;
	font-family: arial, helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
}

.pagetit {
	color: #450000;
	font-family: arial, helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
}


sup { font-size: 70%; }

.fn1a	{ font-size: 80%; font-family: arial, helvetica, sans-serif; }
.neg1b  { font-size: 80%; font-family: arial, helvetica, sans-serif; font-weight: bold; }
.fba	{ font-family: arial, helvetica, sans-serif; font-weight: bold; }
.fnba	{ font-size: 80%; font-family: arial, helvetica, sans-serif; font-weight: bold; }
.fbu	{ font-weight: bold; text-decoration: underline; }
.fnew	{ font-size: 80%; font-family: arial, helvetica, sans-serif; font-weight: bold; color: #A60A10; }


