/*
#0000A8 blue
#A80000 red
#FCFC00 sun
#00A8A8 teal
#FCA854 flesh
#FC0054 explosion
#A8A8A8 light gray
#545454 dark gray
#FCFC54 window
*/


A:link		{ color : #FCFC00; font-weight: bold;}
A:visited	{ color : #A8A8A8; font-weight: bold;}
A:hover		{ color : #A80000; font-weight: bold;}

body  {		background: #0000A8 url("http://www.wiseup.org/g2k/cityscape.gif") repeat-x 0% 100%; }

h1  {
	color : #ffffff;
	letter-spacing : -0.08em;
	font-family : impact;
	font-weight : bold;
	font-size : xx-large;
	text-align : center;
	text-transform: capitalize
}

h2  { color : #A80000; }
h3  { color : #FCFC00; }
dt { font-weight: bold; }

#footer  {
	text-align : center;
	font-size : small;
	color : #FFFFFF;
	font-weight : normal;
}

#body {
	background: #000000;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 5em;
	border: 4px solid;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	color: #ffffff;
	font-family: tahoma, verdana, sans-serif;
}

.menubar {
	font-weight: bold;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0px;
	padding: 5px;
	background: white;
}

#note  {
	font-size : small;
	text-align : center;
}

#progress  {
	font-size : small;
	font-family : westminster, monospace;
	color : lime;
	text-align : center;
}