/*
	th, tr, td, p, h1, h2, h3, h4, h5, h6, ol, ul, li
*/

body {
	margin: .5cm;
	color: #ffffff;
	background-color: #000000;
}

span.linkHeader {
	font-size: 150%;
	font-weight: bold;
}

p.slogan {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 9.5pt;
	color: #ffff00
}

.navbutton {
	border-style: none;
	width: 125px;
	height: 30px;
}

a:link {
	color: #6699ff; 
	background-color: transparent;
}

a:visited {
	color: #ff9966;
	background-color: transparent;
}

a:active {
	color: #ff9966;
	background-color: transparent;
}

a:hover {
	color: #ff9966;
	background-color: transparent;
}