body {
	background-image: none;
	margin : 20px 5% 20px 7%;
}

body, td, li, h1, h2, h3, p, blockquote {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	clear: left;
}

p.nav {
	clear: both;
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
}

p.left {
	text-align: left;
}

hr {
	clear: both;
}

span.red {
	color: Red;
}

td.rep {
	color: Black;
	background-color: White;
	width: 180px;
	font-size: 70%;
}

.rep {
	color: Black;
	background-color: White;
	text-align: left;
}

h2.rep, h3.rep, p.rep {
	margin : 0px 0px 5px 0px;
}

blockquote {
	font-weight: bold;
	font-style: italic;
}

span.author {
	font-style: normal;
	font-weight: normal;
	font-size: 70%;
}

.centre {
	text-align: center;
}

a:link, a:active, a:visited {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: underline;
}

a.rep:link {
	background-color: #FFFFFF;
	color: #0080FF;
	text-decoration: underline;
}

a.rep:active {
	background-color: #FFFFFF;
	color: #FF80FF;
	text-decoration: underline;
}

a.rep:hover {
	background-color: #000000;
	color: #0080FF;
	text-decoration: underline;
}

a.rep:visited {
	background-color: #FFFFFF;
	color: #0080FF;
}

