/* CSS Document */
<style type="text/css">{ }
body
{
	background-image: url(grafik/minibak.jpg);
	background-repeat: repeat;
 background-attachment: ; margin-top 2px center;
	background-position: left top;
	background-color: #CCC8BB;
	scrollbar-face-color: #A9A28D;
	scrollbar-highlight-color: #6E6653;
	scrollbar-shadow-color: #6E6653;
	scrollbar-3dlight-color: #6E6653;
	scrollbar-darkshadow-color: #6E6653;
	scrollbar-arrow-color: #666699;
	scrollbar-track-color: #CCC8BB
	border: 0px solid;
	cursor: hand;
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000000;
	font-style: normal;
}

body
{ font-family: "Comic Sans MS"; letter-spacing:1; cursor:auto; font-size: 12px; color: #000000}


p {
	font-family: "Comic Sans MS";
	font-size: 12px;
	letter-spacing: 1px;
	color: #000000;
}


h1 { font: 12px "Comic Sans MS"; 
color: #000000; font weight: bold}


h2 { font: 12px "Comic Sans MS";
 color: #000000; font weight: bold}


table {
	background-image: none;
	background-attachment: scroll;
	color:
#000000;
	border: none #0033FF;
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	font-family:"Comic Sans MS";
	letter-spacing:1px;
	background-color: #CCC8BB;
	position: relative;
	height: auto;
	width: 800px;
}

.kant { border: 1px solid #000000} (lägg till class="kant" efter table) 


A:link { text-decoration: none; font: 11px tahoma,verdana,helvetica,sans-serif;
 font-style: normal; font-weight: normal; color:#000000; letter-spacing:1px; cursor:default}


A:visited {
	font: normal 12px "Comic Sans MS";
	color:#000000;
	letter-spacing:1px;
	cursor:default;
}


A:active { color:#FF0000; letter-spacing:1px; font: normal 12px "Comic Sans MS"; cursor:default}


A:hover { font weight: normal;
	color:#99FF00;
	letter-spacing:1px;
	font: normal 12px "Comic Sans MS";
	cursor:hand;
	text-decoration: underline;
}



