/*-----------------------------------------------------------------
Basic StyleSheet

Version:	1.0
Author: 	Kenneth Mork
Email: 		km@zornig.dk
website:	Viasat generel markup
-----------------------------------------------------------------*/
@import url(layout.css);

h1 {
	color: #05133d;
	font-weight: 100;
	font-size: 18px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
h2 {}
h3 {	
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

p {
	}

hr {
	border: 1px solid #ddd;
	border-width: 1px 0 0 0;
	height: 1px;
	margin: 20px 0px 20px 0px;
	}

a:link, a:visited, a:active {
	color: #071440;
}
a:hover {
	color: #071440;
	text-decoration: underline;
}

