@charset "UTF-8";
body {
	font: 100% Bodoni SvtyTwo OS ITC TT, Georgia, Times New Roman, serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-decoration: none;
}

#logo {
	position: absolute;
	visibility: visible;
	
	}
#navigation {
	position: absolute;
	visibility:hidden;
	
	}
#contact {
	position: absolute;
	visibility:hidden;
	font-size: 24px;
	color: #838ea9;
	text-decoration: none;
	text-align:left;
	}
a.yes {
	text-decoration: underline;
	font: 100% Bodoni SvtyTwo OS ITC TT, Georgia, Times New Roman, serif;
	color: #838ea9;
	font-size: 24px;
	
}
#print {
	position: absolute;
	visibility:hidden;
	font-size: 14px;
	color: #838ea9;
	
	}
#web {
	position: absolute;
	visibility:hidden;
	font-size: 14px;
	color: #838ea9;
	
	}

