<!--
BODY {
	background-image: none;
	background-color: #EEE;
	color: #000;
}

/* Layout -------------------------------------------------------------------------------- Layout */

/* heading --------------------------------- heading */

div#headcontain {
	background-image: none;
	background-color: #060;
	border-width: 0 0 1px 0;
	border-color: #000;
	border-style: solid;
}

#heading1 a {
	background: none;
	color: #EEE;
}

#heading1 H1 {
	font-size: 325%;
	color: #EEE;
}

#heading2 {
	font-size: 500%;
	color: #171;
}

#subheading, #subheading A {
	background: transparent;
	text-decoration: none;
	color: #EEE; }

#pic IMG {
	border-width: 0 0 1px 1px;
	border-color: #EEE;
	border-style: solid;
}

/* left ------------------------------------------- left */

div#left {
	background: none;
	border-width: 0;
}

div#sidebar {
	background-color: #FFF;
	border-width: 0 1px 1px 0;
	border-color: #060;
	border-style: solid;
}

div.sideleft, div.sidecent {
	color: #000;
	border-width: 0 0 1px 0;
	border-color: #060;
	border-style: solid;
}

/* (right) main --------------------------------- (right) main */

div#right {
	background-image: none;
	background-color: #EEE;
	border-width: 0;
}

div#main {
	background-image: none;
	background-color: #EEE;
	color: #000;
}

#main IMG {
	border-width: 1px;
	border-color: #060;
	border-style: solid;
	margin: 30px 10px 10px 10px;
}

span.hfrom {
	font-size: larger;
	color: #353;
}

blockquote {
	color: #060;
	padding: 8px 12px;
	font-size: 87%;
	border-width: 1px;
	border-color: #060;
	border-style: dashed;
	margin: 20px;
}

/* footer -------------------------------- footer */

div#footer {
	background-color: #060;
	color: #FFF;
	border-width: 1px 0;
	border-color: #060;
	border-style: solid;
}

/* links ----------------------------------------------------------------------------------------- */

A:link {
	color: #080;
	background: none;
	text-decoration: underline;
	font-weight: normal;
}

A:visited {
	color: #060;
	background: none;
	text-decoration: underline;
	font-weight: normal;
}

A:hover {
	background: #060;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

/* sidebar links -------------------------------- */

#sidebar A:link {
	color: #080;
	background: none;
	text-decoration: none;
	font-weight: normal;
}

#sidebar A:visited {
	color: #060;
	background: none;
	text-decoration: none;
	font-weight: normal;
}

#sidebar A:hover {
	color: #000;
	background: none;
	text-decoration: underline;
	font-weight: normal;
}

/* footer links -------------------------------------- */

#footer a:link, #footer a:visited {
	color: #EEE;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover {
	background-color: #EEE;
	color: #060;
	text-decoration: underline;
	font-weight: normal;
}

/* headings ---------------------------------------------------------------- headings */

H2 {
	color: #060;
}

H3 {
	color: #060;
}

H5 {
	background-color: #060;
	color: #EEE;
}

/* basic ----------------------------------------------- */

HR {
	border-color: #060;
}

-->
