A 	  { 	color: #FFFF00; text-decoration: none; }
A:link	  { 	color: #cc9900; text-decoration: none; }
A:visited { 	color: #CCCCCC; text-decoration: none; }
A:active  { 	color: #FFFF00; text-decoration: none; }
A:hover	  { 	color: #FFFF00; text-decoration: none; }

.body {	background-color: black;
		}

.linkbar {	text-align: center;
		}

.header {	font-family: Garamond, Times New Roman, serif;
		font-size: xx-large;
		font-weight: bold;
		font-variant: small-caps;
		color: white;
		text-align: center;
		padding: 25px;
		}

.subheader {	font-family: Garamond, Times New Roman, serif;
		font-size: x-large;
		font-weight: bold;
		font-variant: small-caps;
		color: white;
		text-align: left;
		padding: 25px;
		}

.text {		font-family: Garamond, Times New Roman, serif;
		font-size: 18px;
		font-weight: normal;
		color: white;
		text-align: justify;
		width: 65%;
		}
		
.textcenter {	font-family: Garamond, Times New Roman, serif;
		font-size: 18px;
		font-weight: normal;
		color: white;
		text-align: center;
		width: 65%;
		}

.castimage {	border: 0px;
		padding: 10px;
		margin-left: 25px;
		float: left; 
		position: relative;
		}

.invimage {	border: 0px;
		padding: 10px;
		margin-left: 25px;
		float: left; 
		position: relative;
		left: 10px;
		}	