body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #AA7F55;
	text-align: center;
	margin: 0px;
	color: #000;
}
.left {
	text-align: left; /*example of left allignment for many different tag types*/
}
a {
	font-size: 13px;
	color: #800000;
}
a:visited    { 
	font-size: 13px;
	color: #800000 ;
}
a:active     { 
	font-size: 13px;
	color: #008000 
}
td {
	text-align: center;
	font-size: 12px;
}
table {
	text-align: center;
}
table.img {
	border:medium double #BBB;
	text-align: center;
}
h1 {
	font-size: 20px;
	font-style: normal;
	text-decoration: underline;
	margin-bottom: 30px;
	font-family: "Comic Sans MS", cursive;
	color: #000;
}
h2 {
	font-size: 14px;
	text-decoration: underline;
}
/* Add behaviour to images so IE6 can render transparent .png files */
/* url must be relative to the HTML page that references the image  */
/* Trevor, 2010-02-06.  See http://www.twinhelix.com/css/iepngfix/  */
img {
  behavior: url(/iepngfix.htc);
}
/* Add emphasis to currently selected menu entry */
/* Trevor, 2010-02-07 */
a.active {font-size: 110%; font-weight: bold;}