body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font: 14px "Calibri", "Candara", "Verdana";
  color: #F0F8FF;
  background:#000000;
}

a {
	color: #CC0066;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

/* This is the footer */
div#footer {
	padding: 0px;	
	padding-top: 1em;	
	padding-bottom: 1em;
	padding-right: 2em;
	padding-left: -.5em;
	
	margin: 0.2em 0.2em 0.2em 0.2em;
	border-top: solid 1px #120A8F;
	
	color: #6495ED;
}

div#footer a {
	color: #6495ED;
	text-decoration: none;
}

div#footer a:visited {
	text-decoration: none;
}

div#footer a:hover {	
	text-decoration: underline;
}

div#footer h1 {
	font-size: 0.8em;	
}

div#footer h1 a {
	text-decoration: none;
}

div#footer h1 a:visited {
	text-decoration: none;
}

div#footer h1 a:hover {	
	text-decoration: underline;
}

div#footer h2 {
	color: #060633;
	font: 8px "Verdana";
	font-style: italic;
}

div#footer h2 a {
	color: #060633;
}

div#footer h2 a:hover {
	color: #060633;
}

div#footer h2 a:visited {
	color: #060633;
}

/* This is the header */
div#header {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: italic;

	padding: 0em 0.5em 0em 0.5em;
	margin: 0px 0px 0px 0px;
	
	border-bottom: 0px solid #CCCCFF;
	border-bottom-width: thick;
	
	background: #120A8F;
	color: #CCCCFF;
	
	text-align: right;
	min-height: 65px;	
}

div#header h1 {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #CCCCFF;
}

div#header h1 a {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #CCCCFF;
}

div#header h2 {
	font-size: 0.9em;
	color: #6495ED;	
}

div#header img {
	margin: 4px 0px 4px 0.5em;
	float: right;
}

div#content {
	margin: 2px 2px 2px 2px;
	padding: 4px 1px 1px 40px;
	text-align: left;
}

code {
	font-family: 'lucida console', 'Courier New', monospace;
	font-size: 0.8em;
	display:block;
	padding:0.5em;
	background-color: #E5EaE4;
	border: 1px solid #d2d8d1;
}

a img {
	border:none;
}
