body { 
	margin:0; 
	padding:0; 
	background-color:#333;
	background-image:url(../image-files/bg-fade.gif);
	background-repeat:repeat-x;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
}

p, li {
	line-height:1.4em;
}

h1 {
	font-size:150%;
}

h2 {
	font-size:120%;

}

a:link, a:visited {
	color: #fff;
}

a:hover {
	font-weight:bold;
	
}

#splashtitle {
	font-size: 150%;
	font-weight: bold;
	font-style:italic;
}

table.wrapper {
	margin:10px auto;
	width:860px;

}

.wrapper td {
	vertical-align:top;
	padding:10px;
}

td.content {
	text-align:justify;
}

ul.menu {
	text-align:right;
	list-style:none;
}

ul.menu li a {
	text-decoration:none;
	text-align:right;
	display:block;
	height:1.4em;
}

ul.menu li a:hover {

	font-weight:bold;
	background-color:#663;
}

.highlightbox {
	text-align:center;
	padding:.2em;
	background-color:#555;
}
