body, table, td { 
	scrollbar-face-color:#dddddd; 
	scrollbar-shadow-color:#dddddd; 
	scrollbar-highlight-color:#dddddd; 
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-track-color:#eeeeee; 
	scrollbar-arrow-color:#ffffff;
	color: #666666; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7.5pt; 
	line-height: 0px; 
	text-align: left;
	margin: 0px;
	padding: 0px
	
}

p { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7.5pt; 
	line-height: 12px; 
	text-align: left;
	margin: 0px;
	padding: 0px
}

a:link { 
	color: #666666; 
	text-decoration: underline; 
	text-align: left 
}	
a:visited { 
	color: #666666; 
	text-decoration: underline; 
	text-align: left 
}	

a:hover { 
	color: #ff0000; 
	text-decoration: underline; 
	text-align: left 
}

a:active { 
	color: #666666; 
	text-decoration: underline; 
	text-align: left 
}

ul
{
	list-style-image: url('../images/iconlink.gif');
	list-style-type: disc;
	font-size: 7.5pt; 
	line-height: 12px 
}

/* centrerar allt i en container */
#content { 
	position:absolute;
	text-align: center;
	border: 0px;
	left: 50%;
	top: 70 /* to align it in the middle on y-axis write top: 50%; */
	width: 739px; /* total width of the object */
	height: 425px; /* total height of the object */
	margin-left: -370px; /* width/2 */
	margin-top: 20px; /* to align it in the middle on y-axis write margin-top: -212px; (where -212 = height/2) */
}

/*
The right value for Mozilla (right now these are the same as the IE values.
I'll correct it later.
This method takes advantage of the CSS bug.
*/

body>#content {
	margin-left: -370px;
	margin-top: 20px; /* write -212px (height/2 for y-center) */
}
/* slut - centrerar allt i en container */

