/***********************************************
* (c) Dick Tallberg (www.dtc.fi)
* This notice MUST stay intact for legal use
***********************************************/
/*colors: fuchsia; maroon; lime; yellow; navy; */

body {	font-size: 1em;
	color: white;
	background-color: black;
	font-family: sans-serif;
	padding: 0;
}

a {	text-align: center;
	color: gray;
}

a:link,a:visited {
	color: gray;
}

a:hover{
	text-decoration: none; 
	color: white;
}

a:active {
	color: gray;
}

marked{	color: fuchsia;
}

accent{
	font-size: 1.15em;
	font-weight: bold;
}

strong{	font-size: 1.3em;
	font-weight: bold;
}

big{	font-size: 1.7em;
}

huge{	font-size: 3em;
}

.tiny{	font-size: 0.6em;
}

.content {
	clear: left;
}

.content a {
	color: gray;
}

.content a:hover {
	text-decoration: none;
}

#mainpage{
	text-align: center;
}

#mainpage a{
	font-size: 2.5em;
	text-decoration: none;
}

#dtclink a{
	font-size: 0.9em;
	color: fuchsia;
	text-decoration: none;
}
#dtclink a:hover{
	color: white;
}


#nav, #nav ul {
	font-size: 1em;
	float: left;
	width: 11em;
	list-style: none;
	line-height: 1;
	background-color: gray;
	padding: 0;
	margin: 0 0 0 0;
}

#nav a {display: block;
	width: 11em;
	w\idth: 11em;
	text-align: left;
	color: white;
	text-decoration: none;
	padding: 0.25em 0.4em;
}

#nav li {
	float: left;
	padding: 0;
	width: 11em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11em;
	w\idth: 11em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 0.5em;
	width: 10.5em
}

#nav li ul a {
	font-weight: bold;
	width: 10em;
	w\idth: 10em;
}

#nav li ul ul {
	margin: 0 0 0 0em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: silver;
}
