html
{
	height: 			100%;
}

body {
	background-color: 	#C0C0C0;
	font-family: 		"Book Antiqua";
	color:				Black;
	margin:				0px auto; padding:0px;
	text-align:			center;
	height:				100%;
}

a:link{
	color: 				#3399FF;
	text-decoration: 	none;
}

a:active{
	color: #0066FF;
	text-decoration: 	underline;
}

a:visited{
  color: #3399FF;
  text-decoration: 		none;
}

a:hover{
	color: #0066FF;
	text-decoration: 	underline;
}


h1 {
	background: 	 	Transparent url(logga.gif);
	width:			  	288px; 
	height:			  	121px;
	margin:			  	0px;
	color: 			  	inherit;
	margin-left: 		auto;
    margin-right: 		auto;
}

h1 span {
	display:		  	none;
}

div {
	width:				760px;
	background:			white;
	text-align:			center;
	border:				1px solid Black;
	margin:				0 auto;
	height:auto;  
	min-height:100%;
}

