/*
	Kodet av Stian Tyriberget april 2006

*/
/* Generelle tag-definisjoner*/

body{
	background:#e11b4a;
	xbackground:#9C99AD;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	padding: 0px;
	margin: 40px;
	
}
h1{
	font-size:16px;	
}
table{
	width: 100%;
}
td{	
	border-bottom: dotted 1px #9C99AD;
	vertical-align:top;
}


a{
	color:#000000;
}

img{
	border: 5px solid #FFFFFF;
}

/* Unike elementer */

#pageWrapper{
	width: 510px;
	background-color:#FFFFFF;
}
#content{
	padding: 20px;
}
