﻿a:link
{
	color: Red;
	text-decoration: none
}

a:visited
{
	color: Aqua;
	text-decoration: none
}

a:hover
{
	color: Lime;
	text-decoration: none
}

p.small
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color:Yellow;
	font-weight : bold;
}

p.sponsor
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color:Yellow;
	font-weight : bold;
}

p.note
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color:Yellow;
	font-weight : bold;
}

p.question
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color:Yellow;
	font-weight : bold;
}

p.answer
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:Yellow;
	font-weight : bold;
}

p.map_header
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color:Yellow;
	font-weight : bold;
}

p.map
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:Yellow;
	font-weight : normal;
}

h2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 28px;
	color:Yellow;
	font-weight : bold;
	font-style : italic;
}

OL 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color:Yellow;
	font-weight : bold;
}
UL
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color:Yellow;
	font-weight : bold;
}
