body {
	background-color: #000;
	
	
	
}
body.pat {
	background-image:url(../images/Achilles_and_Priam.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #CCC;
	letter-spacing: 0.2em;
	text-align: left;
	top: 20%;
	margin: 5px;
	padding: 10px;
	height: auto;
	width: 45%;
	position: relative;
	left: 20%;
	line-height: 25px;
}
h3.priam {
 color:#69F
}
h3.achilles {
	color:#F33
}
