body
	{
	margin: 0;
	padding: 0;
	background: #000033;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 95%;
	border: none;
	}
html
	{
      margin:0;
      padding:0;
      height:100%;
      border:none
	}
#wrapper
	{
	vertical-align: middle;
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	}
#header
	{
	position: relative;
	border: none;
	margin: auto;
	margin-top: 20px;
	padding: 0;
	width: 450px;
	height: 128px;
	}
#nav
	{
	position: relative;
	margin: 0 0 1em 1em;
	padding: 1em 1em 1em 1em;
	height: auto;
	width: 6em;
	float: left;
	clear: none;
	border: none;
	}
#content
	{
	margin: auto;
	margin-top: 20px;
	padding: 1em;
	width: 30em;
	}
#footer
	{
	margin: auto;
	width: 30em;
	text-align: center;
	font-size: 65%;
	margin-top: 5em;
	margin-bottom: 1em;
	}
#google
	{
	position: relative;
	margin: 1em 1em 1em 1em;
	padding: 0;
	height: auto;
	width: 130 px;
	float: right;
	clear: none;
	border: none;
	}
.center
	{
	text-align: center;
	}
.right
	{
	float: right;
	clear: none;
	border: none;
	}
.italic
	{
	margin-left: -1em;
	font-style: italic;
	}
.info
	{
	font-style: italic;
	font-size: 0.9em
	}
:link,:visited
	{
	text-decoration: none;
	}
h1,h2,h3,h4,h5,h6,pre,code
	{
	font-size: 1em;
	}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{
	margin: 0; padding: 0;
	}
a img,:link img,:visited img
	{
	border: none;
	}
a.current
	{
	color: #ffffff;
	}
address
	{
	font-style: normal;
	}
ul.menu
	{
	list-style: none;
	padding-left: 0;
	}
ul.list
	{
	list-style: circle;
	}
ul
	{
	padding-left: 1em;
	}
p
	{
	margin-left: 1em;
	}
h1
	{
	font-size: 1.3em;
	font-weight: bold;
	color:#ffffff;
	margin-top: 0.5em;
	}
a.imglink:hover
	{
	background: transparent;
	}
a:link
	{
	background: inherit;
	color: #ffff99;
	text-decoration: none;
	}
a:visited
	{
	background: inherit;
	color: #ffff99;
	text-decoration: none;
	}
a:hover
	{
	background: inherit;
	color: #ffffff;
	text-decoration: overline underline;
	}
a:active
	{
	background: inherit;
	color: #ffffff;
	text-decoration: none;
	}