body {
	background-color : black;
	background-image : url("images/baggrund_hccc.jpg");
	font-family : verdana;
	color : White;
	font-size: 12;
	font-weight: normal;
	text-align : center;
	background-attachment : fixed;
	background-position : center;
	background-repeat: no-repeat;
}

A:link {
color : blue ;
font-size : 12 ;
font-family: verdana;
}

A:active {
color : white ;
font-size : 12 ;
font-weight : bold ;
font-family: verdana;
}

A:hover {
color : yellow ;
font-size : 12 ;
font-weight : bold ;
font-family: verdana;
}

A:visited {
color : red ;
font-size : 12 ;
font-family: verdana;
}

h1 {
	font-size : 40 ;
	color : white ;
	font-family : verdana;
}

h2 {
	font-size : 25;
	color : white ;
	font-family : verdana;
}

h3 {
	font-size : 18 ;
	color : white ;
		font-family : verdana;
}

h4 {
	font-size : 11 ;
	color : white ;
	font-weight : normal;
	vertical-align : top;
	font-family : verdana;
}

h5 {
	font-size : 13 ;
	color : white ;
	font-weight : normal;
	font-family : verdana;
}

h6 {
	font-size : 16;
	font-family : verdana;
	color : black ;
	line-height : normal;
	vertical-align : middle;
	font-style : normal;
}

#1 {
	font-size : 30 ;
	color : #FF7805 ;
}