@charset "utf-8";
/*
  Apparently, there are actually only 22 web safe colours, at least
  according to the people at Webmonkey.  This stylesheet constrains
  its colour usage to the palette found at:
  http://hotwired.lycos.com/webmonkey/00/37/stuff2a/complete_websafe_216/reallysafe_palette.html
  */
body, hr {
	background: #66ffff;
	color:#000000;
	font-family: sans-serif;
	/*margin:10px 10px 0px 10px;
	padding: 0px; */
}
strong {
	background: #66ffff;
	color: #000033;
}
em {
	background: #66ffff;
	color: #ffff66;
}
h1 {
	background: #66ffff;	
	color: #000033;
	font-family: serif;
	text-align: center;
}
h2,h3,h4,h5,h6 {
	background: #66ffff;
	color: #000033;
	font-family: serif;
}
a:link {
	background: #66ffff;
	color: #0000ff;
}
a:visited {
	background: #66ffff;
	color: #ff00ff;
}
a:active {
	background: 0;
	color: #ffff66;
	font-style: italic;
}
label {
	font-weight: bold;
}
pre {
	background: #66ffff;
	color: #ffff33;
}
blockquote {
	background: #ffffff;
	color: #000033;
}
#footer-links {
	background: #66ffff;
	color: #000000;
	text-align:center;
	font-size: smaller;
}
#credits, #certs, #disclaimer {
	background: #66ffff;
	color: #000000;
	font-size:xx-small;
}
/*#top-box {
	background: 0 url(../pictures/backgrounds/pizza-small.jpg);
	color: #ffffff;
	margin-left: 20%;
	margin-right: 20%;
	height: 5.4em;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#foot-box {
	background: 0;
	color: #ffffff;
	margin: 0.10em;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}*/
#main-section {
	background:#66ffff;
	color: #000000;
	/*margin-left: 0.2em;
	margin-right: 0.2em;
	border-left: 0; 
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	padding-top: 4.2em;
	padding-left: 1.00em;
	padding-right: 1.00em;*/
}
