﻿h1 
{
	font-size: 16px; 
	color: #000000; 
	margin: 0px; 
	margin-bottom: 5px; 
}

h2 
{
	font-size: 12px; 
	color: #000000; 
	margin: 0px; 
	margin-top: 5px; 
	margin-bottom: 5px; 
}

h3 
{ 
}

p 
{
	color: #000000; 
	font-size: 11px; 
	margin: 0px; 
	margin-bottom: 10px; 
	line-height: 1.5em; 
}

a 
{ 
	color: #000099; 
	text-decoration: underline; 
}

a:hover 
{
}

hr 
{ 
	height: 0px; 
	border: none; 
	border-bottom: 1px solid #666666; 
}

.red-text
{
	color: #FF0000;
}

.green-text
{
	color: #00FF00;
}

.blue-text
{
	color: #0000FF;
}

.page-not-found
{
	margin: 20px;
}

.event-border
{
	border: 2px solid #000000;
	margin-bottom: 20px;
	padding: 5px;
}
