<style>

//* ONLY DIFFERANCE BETWEEN THIS AND ANNA.CSS IS BODY USES ANNDARK JPG and has gallery class*//
body {
	padding:0px;
	margin:0px;
	background-image: url("images/annaHomeDark.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	//*background: url("annaHomeDark.jpg") no-repeat left top;*//
}
#nav {
	position: absolute; 
	top: 25px; left: 250px;
	font: 12px Verdana, sans-serif;
	color: #E19063;
	font-weight: bold;
	font-style: italic;
}
#nav a {text-decoration: none;color:#E19063;}
#nav a:hover {color:#ccc;}
.navItem{
	width:70px;
	background-color:#444;
	text-align:center;
}
.anna {
	position: absolute; 
	top: 40px; left: 250px;
	font: 28px Verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}

.gallery {
	position: absolute; 
	top: 110px; left: 250px;
	}

.main {
	position: absolute; 
	top: 110px; left: 320px;
	font: 12px Arial, Verdana, sans-serif;
	color: #cccccc;
	width: 60%;
}

.main a{
	color: #cccccc;
}

div.main {
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	font-size : 14px; 
	font-weight : bold; 
	color : #cccccc; 
	text-align : justify; 
	padding-left: 10px;
	padding-right: 10px;
	}

div.main:first-letter {
	font-family : "Times New Roman", times, serif;
	font-size : 26px;
	font-style: italic;
	color : #cccccc; 
	}

td {
	font: 12px Arial, Verdana, sans-serif;
	color: #cccccc;
}
	
.end {
	position: relative; 
	top: 0; left: 0;
	font-size : 12px; 
	}
.Q {font-weight : bold;}
.A {font-weight : normal;font-style :italic;}
.counter {
	position:absolute; 
	top:520px; 
	left:800px;
	width:230px;
	padding:2px;
	border: 0px solid black;
	background-color:#000;
	}
.counterSwitch {
	background-color:#000;
	}
.counterDiv {
	border: 0px solid black;
	background-color:#fff;
	display:none;
	}

</style>