a:link {color: #555555; text-decoration: none}
a:visited {color: #555555; text-decoration: none}
a:active {color: #555555; text-decoration: none}
a:hover {color: #000000; text-decoration: none}

body {
	margin: 10px 50px 50px 50px; 
	background: white;
	color: black;
	font-family: Verdana;
	font-size: small;
	}

#container {
	margin: 0 auto;
	width: xxxpx;
	text-align: center;
	}

#tableofcontents {
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
td.titlecontents {
	background-color: white;
	text-align: left;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;;
	font-size: .85em;
	letter-spacing: .25em;
	width: 350px;
	}

td.authorcontents {
	background-color: white;
	text-align: left;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;;
	font-size: .85em;
	color: #555555;
	letter-spacing: .25em;
	}

h1 {
	text-align: center;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
	font-size: 1.25em; 
	font-weight: 500; 
	letter-spacing: .25em;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: .50em;
	}

h2 {
	text-align: center; 
	margin-top: 1em; 
	margin-left: 7px;
	margin-bottom: 2em;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;  
	font-size: .85em; 
	font-weight: 500; 
	letter-spacing: .25em;
	line-height: 150%; 
	}
	
h3 {
	text-align: center; 
	margin-right: 10px; 
	margin-top: 1em; 
	font-family: Verdana; 
	font-style: italic; 
	font-size: x-small; 
	font-weight: 500; 
	letter-spacing: .25em; 
	}

p {
	margin-right: 10px; 
	margin-top: 5px; 
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: 500; 
	letter-spacing: .25em; 
	line-height: 150%;
	}

img {
 	border-style: none;
	}
	
img.entry {
	margin: 7px;
	border-style: solid;
	border-width: 2px;
	border-color: #EEEEEE;
	background: #333333;
	}