@charset "utf-8";

body 
{ 
	margin: 0px 0px 0px 0px; 
}

html 
{
     overflow-y: scroll;
}

.rubrik
{
	font-family: "century Gothic", arial;
	font-size: 26px;
	/*font-weight: bold; */
	color: #603327;
}

.normalFont
{
	font-family: "century gothic", arial;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #603327;
}

.tinyFont
{
	font-size: 1px;	
}

A:link 
{
	font-family: "century gothic", arial;
	font-size: 16px;
	text-decoration: none;
	color: #603327;
}

A:visited 
{
	font-family: "century gothic", arial;
	font-size: 16px;
	text-decoration: none;
	color: #603327;
}

A:active 
{
	font-family: "century gothic", arial;
	font-size: 16px;
	text-decoration: none;
	color: #603327;
}
A:hover 
{
	font-family: "century gothic", arial;
	font-size: 16px;
	text-decoration: underline;
	color: #603327;
}