body {
	font-family: "Courier New", Courier, mono;
	background-color: #FFFFFF;
	background:url(../bilder/bg2.jpg);
	background-attachment:fixed;
	background-position:top-left;
	background-repeat:no-repeat;
	color: #CC6666;
	font-size: 12px;
}

#blup {
	font-family: "Courier New", Courier, mono;
	color: #CC6666;
	background-color: #FFFFFF;
	width: 600px;
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
	padding-right: 10px;
}

table{
	font-size: 12px;
}

#argh {
    color:#FFFFFF;
}

a {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #CC6666;
}
a:visited {
	text-decoration: none;
	color: #CC6666;
}
a:hover {
	text-decoration: underline;
	color: #CC6666;
}
a:active {
	text-decoration: none;
	color: #CC6666;
}

.s { 
	color: black; 
	background-color: black; 
}

.w { 
	color: white; 
	background-color: white; 
}