body {
	background-image: url(../gfx/hg.jpg); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}


table {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #CCCCCC;
}

a:active {
  text-decoration: none;
  color: #FF0000;
}

a:visited {
  text-decoration: none;
  color: #FF0000;
}

a:link {
  text-decoration: none;
  color: #FF0000;
}

a:hover {
  text-decoration: none;
  color: #CCCCCC;
}

.text {
	font-family: Verdana, sans-serif;
  	font-size: 11px;
	color: #CCCCCC;
}

.textbold {
	font-family: Verdana, sans-serif;
	font-weight: bold;
  	font-size: 11px;
	color: #CCCCCC;
}

.textred {
	font-family: Verdana, sans-serif;
  	font-size: 11px;
	color: #FF0000;
}

.textboldred {
	font-family: Verdana, sans-serif;
	font-weight: bold;
  	font-size: 11px;
	color: #FF0000;
}

.textboldcolored {
	font-family: Verdana, sans-serif;
	font-weight: bold;
  	font-size: 11px;
	color: #EEEEEE;
}

.title {
	font-family: Verdana, sans-serif;
	font-weight: bold;
  	font-size: 13px;
	color: #EEEEEE;
}

.textstrike {
	font-family: Verdana, sans-serif;
	text-decoration:line-through;
  	font-size: 11px;
	color: #EEEEEE;
}
