/* main stylesheet for site - individual pages require different styles */

html,body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: x-small;
	color: #260901;
	background-color: #540A2B;
}

table {
	width: 100%;
	height: 100%;
	border: 0;
	padding: none;
	margin: none;
}

td {
	vertical-align: middle;
	text-align: center;
}

td h1
	{
	font-size: small;
	font-weight: bold;
	}

img 	{
	border: 0;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #957A28;
	outline: none;
	}
a:visited {
	color:  #957A28;
	}
a:active {
	color:  #957A28;
	}
a:hover {
	color: #957A28;
	}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: none;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 776px;
	height: 576px;
	}

td p.newpara
	{
	margin-bottom: 40px;
	}

.extratext
	{
	display: none;
	}

a em {
	visibility: hidden;
}

div#content {
	position: absolute;
	text-align: justify;
	padding: 10px;
	width: 282px;
	height: 470px;
	/* border: 3px solid #ff00ff; */
	left: 62px;
	top: 4px;
	overflow: auto;
	}



