a:link			{color: red; text-decoration: none}
a:active		{color: red; text-decoration: none}
a:visited		{color: red; text-decoration: none}
a:hover			{color: red; text-decoration: underline}

.title
{
	font-size: 18pt;
	font-family: Arial;
	letter-spacing: 4;
	font-weight: bold;
	color: Red;
}

.subTitle
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
}

.menu
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
}

.menuText
{
	font-size: 8pt;
	font-family: Arial;
	text-align: center;
}

.copyright
{
	font-size: 7pt;
	font-family: Arial;
	text-align: center;
}

.text
{
	font-size: 10pt;
	font-family: Arial;
}

.textHeading
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
}

.textNote
{
	font-size: 7pt;
	font-family: Arial;
}