/* CSS for the Royal Abingdon Renaissance Faire / RenFest Group, Inc. */
/* http://www.ontariorenaissancefaire.ca */
/* Created by Andy Blau of Just Adequate Media - http://www.justadequate.com */
/* You really shouldn't steal this...but then again, why would you want to? */

body	{
	background-color: #FFFFFF;
	background: url("graphics/background.jpg");
}

a:hover {color: #FF0000; text-decoration: underline;} 
a:active {color: #FF0000; text-decoration: underline;}

.main	{
	font-family: arial;
	font-size: 80%;
}

.title	{
	font-family: 'arial black', arial;
	font-size: 140%;
}


.subtitle	{
	font-family: arial;
	font-weight: bold;
	color: #A02010;
}


.f1a { font-family: arial; font-size: 110%; }
.f1b { font-weight: bold; font-size: 110%; }
.f2b { font-weight: bold; font-size: 125%; }
.f2  { font-size: 135%; }
.fba { font-family: arial; font-weight: bold; } 
.fna { font-size: 80%; font-family: arial; }
.fnab { font-size: 80%; font-family: arial; font-weight: bold; }
.f1ai { font-size: 110%; font-family: arial; font-style: italic; }


