html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	padding: 0;
	margin: 0;
	background: #5d6363;
}

h1 { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 20px; 
	color:#000000; 
	font-weight: bolder;
	line-height: 22px;
}

h2 { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	color:#000000; 
	font-weight: normal;
	line-height: 20px;
}

p { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#000000; 
	line-height: 16px;
	font-weight: lighter;
}

.large { 
	font-size: 40px;  
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 38px;
}

a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#granitOmtanke {
	padding-top: 10px;
	text-align: center;
}
