
body {
	margin: 0px 0px 10px 0px;
	background: #ffffff;
	background-image: url(/pix/skystation.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

p, h1, h2, h3, h4, h5, th, td, li, b, i, div, span { font-family: Verdana,sans-serif; }
p, th, td, li, b, i { font-size: small; }

a		{ color: #ff9900; text-decoration: none; font-weight:bold; }
a:link		{ color: #ff9900; text-decoration: none; font-weight:bold; }
a:visited       { color: #ff9900; text-decoration: none; font-weight:bold; }
a:active	{ color: #ff9900; text-decoration: underline; font-weight:bold; }
a:hover		{ color: #ffffff; background: #ff9900; text-decoration: none; font-weight:bold; }

.navigation {
	position: absolute;
	top: 20px;
	left: 30px;
}

.content {
	position: absolute;
	top: 150px;
	left: 30px;
}

.footer {
	width: 100%;
	font-size: xx-small;
}

.postingheader {
	font-weight: bold;
	font-style: normal;
	font-size: small;
}

.posting {
	font-weight: normal;
	font-style: small;
	font-size: small;
}

.postingfooter {
	font-weight: normal;
	font-style: normal;
	font-size: x-small;
}

.category {
	font-weight: bold;
	font-style: normal;
	color: #ff0000;
}

.naviheader {
	font-weight: bold;
	font-style: normal;
	font-size: small;
}

.naviitem {
	font-weight: normal;
	font-style: normal;
	font-size: small;
}

#navigation {
	margin: 0;
	padding: 0 0 20px 10px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #000000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	color: #000000;
}

#navlist a:hover {
	text-decoration: none;
	background: transparent;
	color: #ff9900;
}

.notbold {
	font-weight: normal !important;
}


