﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	color: #000000;
}
a:link		{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
}
a:visited	{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
}
a:active	{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
}
a:hover		{
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	font-family: Tahoma;
}
#masthead {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#container {
	min-width: 600px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #620412;
}
#maintext {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

