/* Matty/< (phluid_61 @ GeoCities) */

body {
	background-color: #ccc;
	/*font-family: HeloniaNeue, Verdana, Helvetica, Arial, sans-serif;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11pt;
}

a, a:link, a:visited {
	color: #00f;
	text-decoration: none;
}

a:active, a:hover {
	color: #06c;
	text-decoration: underline;
}

#header {
	display:inline-block;
	position: relative;
	top: 2px;
	width: 99%;

	font-family: Comic Sans MS;
	text-align: center;
	font-size: 55pt;
	color: #000;
}

#subhead {
	display: table;
	position: relative;
	width: 99%;
}
#subhead1 {
	display: table-cell;
	width: 50%;
	text-align: left;
	padding-left: 2em;
}
#subhead2 {
	display: table-cell;
	width: 50%;
	text-align: right;
	padding-right: 2em;
}

#footer {
	position: absolute;
	bottom: 2px;
	width: 99%;
	text-align: center;
	font-size: 9pt;
	color: #666;
}

#keywords {
	display: none;
	color: #ccc;
	text-size: 1px;
}
