a.menu,
a.menu:link,
a.menu:visited,
a.menu:hover,
a.menu:active {
	background-color: transparent;
	color: #66FFFF;
	font-family: sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
}
a.menu:hover,
a.menu:active {
	font-weight: bold;
	background-color: #66FFFF;
	color: #3300CC;
}

a.blank, a.blank:link, a.blank:visited, a.blank:hover, a.blank:active {
	background-color: transparent;
	text-decoration: none;
}

a.item,
a.item:link,
a.item:visited,
a.item:hover,
a.item:active {
	background-color: #3300CC;
	color: #66FFFF;
	font-family: sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
a.item:hover,
a.item:active {
	background-color: #66FFFF;
	color: #3300CC;
}

a,
a:link,
a:hover,
a:active,
a:visited { 
  font-family: sans-serif;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  background-color: transparent;
}
a:hover, a:active {
  background-color: #3300CC;
  color: #66FFFF;
  text-decoration: none;
}

div, td, th, p {
	color: #66FFFF;
	font-family: serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

BODY {
	background-color: #000000;
	color: #66FFFF;
	font-family: serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}

th, b {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }
h4 { font-size:  80%; }
h5 { font-size:  70%; }
h6 { font-size:  60%; }

.light {
	background-color: #66FFFF;
	color: #3300CC;
}

.dark {
	background-color: #3300CC;
	color: #66FFFF;
}

