a:link { color: #FF0000;}
a:visited {	color: #990000;}

body {
	background-color: #000000;
	
	margin: 20px auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}
.nav {
	background-color: #302E30;
	width: 150px;
	border: 0px none;
	text-align: center;
	vertical-align: top;
	margin: 0px;
}
table.layout {
	border: 0px none #FFFFFF;
	width: 900px;
	margin: auto;
	background-repeat: no-repeat;
	background-color: #302E30;

}
.body {
	background-color: #221E1F;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	width: 750px;
	text-align: left;
	margin: 0px;
	padding: 20px 0px 0px 40px;
	vertical-align: top;
}
.navActive {
	font-style: italic;
	background-color: #B10C15;
	margin: 10px;
	padding: 5px;
	border: 2px solid #CCCCCC;
	font-weight: bold;
}
.navActive a:link { color: #fff;}
.navActive a:visited {	color: #fff;}

.navPassive {
	font-style: italic;
	color: #CCCCCC;
	background-color: #60463E;
	border: 2px solid #666666;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
}
.navPassive a:link { color: #ccc;}
.navPassive a:visited {	color: #ccc;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 56px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.img {
	border: 1px solid #FF0000;
	margin: 0 20px 0px 5px;
	padding: 0;


}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	list-style-type: circle;
	margin-bottom: 10px;

}
.small {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

