a:link { 
	text-decoration: none;
	color: #ff0854;
	}
a:active { 
	text-decoration: none;
	color: #ff0854;
	}
a:visited { 
	text-decoration: none;
	color: #ff0854;
	}
a:hover { 
	text-decoration: underline;
	color: #ff0854;
	}

body {
background-image: url(images/background.jpg);
background-repeat: repeat;
background-attachment: fixed;
font-family: Century;
text-align: center;
}

div.Index {
background-color: black;
height:550px;
width:800px; 
margin-left: auto ;
margin-right: auto ;
border:2px solid white;
padding: 10px;
text-align: center;
}

div.Main {
background-color: black;
background-image: url(images/watermark.jpg);
background-repeat: no-repeat;
background-position: top right;
position:relative;
width:800px; 
margin-left: auto ;
margin-right: auto ;
border:2px solid white;
padding: 10px;
}

div.footer {
	width:800px; 
	margin-left: auto ;
	margin-right: auto ;
	text-align: right;
	font-size: 10pt;
}

div.header {
	text-align: left;
}

.caption {
	font-family: Arial;
	font-size: 8pt;
	padding-bottom: 10px;
}

div.section {
	font-family: Arial; 
	font-size: 16pt;
}

a.book:link { 
	text-decoration: underline;
	color: #ff0854;
	}
a.book:active { 
	text-decoration: underline;
	color: #ff0854;
	}
a.book:visited { 
	text-decoration: underline;
	color: #ff0854;
	}
a.book:hover { 
	text-decoration: underline;
	color: #ff0854;
	}

h1, h2, h3 { font-family: calibri; }