a:visited, a:link {
	color: #E8EBD5;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color: #CFBCA7;
	font-weight: bold;
	text-decoration: underline;
}

a:active{
	border: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #CFBCA7;
	font-weight: bold;
	text-decoration: underline;
}

body{
	background-color: #5D7579;
	background-image: url(images/bk.gif);
	background-repeat: repeat-x;
	color: #000000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

h1{
	color: #896C4B;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

td, p {
	color: #000000;
	font: 14px Book Antiqua;
	text-align: center;
	background: #5D7579;
	background-color: inherit;
}

td {
	background: #88A2A6;
}


.content {
	background-color: #87A3A6;
	background-image: url(images/bkcontent.jpg);
	background-repeat: repeat-y;
	text-align: justify;
}



h2 {
	color: #7D5B40;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}


