body {
	background-color: #FFF;
	background-image: url(gfx/bgstripes.png);
	background-repeat: repeat-x;
	color: #000;
}
#logo {
	position: absolute;
	top: 186px;
	left: 100px;
}
#contactinfo {
	font-family: Calibri, Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	position: absolute;
	top: 305px;
	left: 335px;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000; 
	border-bottom-style:dotted;
	border-width:thin;
}
