﻿	body
	{
		width:600px;
	}
	.mainTable
	{
		background:#f5da59;	
		width:600px;
		border:none !important;

		/*font formatting*/
		font-family: Verdana, Segoe UI, Lucida Sans Unicode ;
		color: #333333;
		text-align:justify;
		font-size: 0.8em;
		line-height: 1.45em;
	}
	/****** Formatting for links *********************************************************/
	a
	{
		color:#d41240;
		text-decoration: underline;
		font-weight:bold;
		text-align:center;	
	}
	a:hover
	{
		color: Black;
	}
	/***********************************************************************************************************/

	h1
	{
		font-size: 1.1em;
		font-weight:bold;
		line-height:1.6em;
		color: #d41240;
	}
	.freek
	{
		font-weight:bold;
		font-style:italic;
	}
	.intro
	{
		font-style:italic;
		line-height:3em;
		text-align:center;
	}