a:active {
	color: #FF6633;
}

a:link {
	color: #990066;
}
a:visited {
	color: brown;
}

body {
	font-family: arial, helvetica, sans-serif;
	color: white;
	font-size: medium;
	background-color: black;
	margin-left: 10%;
	margin right: 10%;
}

P, H1, H2, H3, H4, H5, H6, BLOCKQUOTE, TD, STRONG, EM {
	color: white;
}

p {
	text-align: left;
}

.centre {
	text-align: center;
}


strong {
	font-size: 130%;
}

em {
	font-weight: lighter;
	font-size: 110%;
	font-style: normal;
}

div.navigation LI {float:left;
 display:inline;
 color: white;
}
div.navigation LI + LI {
 border-left:dotted;
 border-color:#CCCCCC;
 border-width:thin; 
 padding-left:1em;
 margin-left:1em;
 } 
img.logo {
	padding-left: 1%;
 	float:left;
	border-width:0;
}  

