html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana;
}
p,td {
	font-family: verdana;
	font-size: 10px;
}
img { border: 0px;}

#nav {
	margin-left: 5px;
	background-image: url(http://www.windsofchange.dk/graphics/navigationbg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #dddddd;
	text-decoration: underline;
}
#content {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	background-image: url(http://www.windsofchange.dk/graphics/contentfade.gif);
	background-repeat: repeat-x;
	font-size: 10px;
}
#content a {
	color: #cf6c37;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #cf6c37;
	text-decoration: underline;
	font-weight: bold;
}
#small {
	color: #c0c0c0;
	font-size: 9px;
}

