/* CSS Document */

body{
	background-color: #000000;
	background-image: url(bilder/bknd_grad.jpg);
	background-repeat: repeat-x; 
	}
.h1 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bolder;
	color: #00d0ff;
}
.h2 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bolder;
	color: #00d0ff;
}
.h3 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #00d0ff;
}
.text {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.blue_text {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #00d0ff;
}
a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12pt;
}
a:hover {
	font-family: verdana, helvetica, sans-serif;
	color: #00d0ff;
	}
a:visited {
	font-family: verdana, helvetica, sans-serif;
	color: #FFFFFF;
}