﻿/* GLOBAL BROWSER RESETS */
body, div, p, ul, ol, li, fieldset, legend, label,
h1, h2, h3, h4, h5, h6, blockquote, span
{
	padding: 0px;
	margin: 0px;
}
html
{
	background-image: url('images/stjernehimmel.jpg');
	background-repeat: repeat-x;
	background-color: black;
}
body
{
	font-family:Arial;
	font-size:12px;
	color: #ffffff;
}
h1, h2, h3, h4, h5, h6
{
	color:#fff;
	font-family: Trebuchet MS, Georgia, Arial;
	font-weight:bold;
}
h1
{
	font-size:20px;
	text-transform:uppercase;
	padding: 5px 0px 5px 0px;
}
h2
{
	font-size:18px;
	color: #76b6c2;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 10px;
}
h4
{	
}
h5
{
}
h6
{
}
p
{
	line-height:1.4em;
}
a
{
	color:#76b6c2;
}
img
{
	border: 0px;
}
.Clear,
.clear
{
	clear: both;
}