/* CSS Document */
@import url(undohtml.css);

/* Typography
------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	color: #FFF;
	background: url(../images/bg_ikon.jpg) top repeat-x;		
}

a:link {text-decoration: underline;color: #975F3B;}
a:visited {text-decoration: underline;color: #975F3B;}
a:active {text-decoration: underline;color: #C39555;}
a:hover {text-decoration: underline;color: #4D301E;}

p {
	margin: 0px 0px 10px 0px;
}

h1 {

}

h2 {

}
h3 {
	padding-left: 10px;
}

/* General Things
-----------------------*/
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.prop {
	height: 160px;
	width: 1px;
	float: right;
}
.clearer {
	clear: both;
}