body {
	background-color: #FFFFFF;
	background-image: url(bilder/bakgrunder/mainbak.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
}
p {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;

}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	color: #CC0000;

}
a:active, a:focus {
	outline:none;
	text-decoration: none;
}

.red {
	color:#FF0000;
}

.green {
	color:#00FF00;
}

.grey {
	color:#CCCCCC;
}

.tjock {
	font-weight: bold;
}
.rubrik {
	font-size:larger;
}

li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 590px;
}

div.main {
	position: relative;
	padding: 2%;
	background-color:#333333;
	top: 2%;
	left: 5%;
	border: medium solid #CCCCCC;
	height: 87%;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	width: 84%;
	text-align: center;
	overflow: auto;
	
}

.main a:link {
	color: #00FF00;
}
.copyright {
	color: #CCCCCC;
	font-family:"Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size:x-small;
	position:absolute;
	bottom: 4px;
	left: 310px;
}

