
a:link {
display:block;
	text-decoration:none;
	color:rgb(122,91,123);
padding:15px;
}
	

a:visited {
display:block;
	text-decoration:none;
	color:rgb(122,91,123);
padding:15px;
}

a:hover {
display:block;
	text-decoration:none;
	color:white;
background-color:rgb(193,156,142);
padding:15px;
}

a:active {
display:block;
	text-decoration:none;
	color:rgb(193,156,142);
padding:15px;
}

body,
html {
 margin:0;
 padding:0;
 color:rgb(122,91,123);
 font-family:"Georgia",serif;
 line-height:1.5em;
}

body {
 min-width:834px;
 background-image:url(starfield2.jpg);
 repeat: no-repeat;
}

#wrap {
 background-color:rgb(224,189,143);
 border-left:thick solid rgb(147,131,139);
 border-right:thick solid rgb(147,131,139);
width:834px;
margin:0 auto;
}

.gap {
 height:200px;
 min-height:200px;
}

table {
 border:none;
 background-color:rgb(250,220,207);
 width:834px;
 font-size:150%;
}


td {
 border:none;
 background-color:rgb(250,220,207);
 padding:10px;
}

td.back {
 width:25px;
}


td.forward {
 width:25px;
}

.arrow {
 font-family:"Verdana",sans-serif;
 font-size:180%;
}

	em {
	 font-size:180%;
	}