body, td, th, p {
	color: white;
}
body {
	margin-left: 5%;
	margin-right: 5%;
	background-color: black;
	background-image:  url(stars.gif);
}

a:link { color: #faebd7; }
a:link img { border-color: #faebd7; }
a:visited { color: #cabba7; }
a:visited img { border-color: #cabba7; }
a:hover { color: #fffbe7; }
a:hover img { border-color: #fffbe7; }
a:active { color: #faebd7; }
a:active img { border-color: #faebd7; }

h1 { margin-left: -4%; }
h2,h3 { margin-left: -2%; }
h4,h5,h6 { margin-left: -1%; }

ol { list-style-type: decimal; }
ul { list-style-type: none; }

p {
	text-align: justify;
	text-indent: 2em;
}

p.short {
	text-align: left;
	text-indent: 0;
}

p.navigation {
	text-align: left;
	text-indent: 0;
	margin-left: -4%;
}

th, td { padding: 5px }

.OOC { font-style: italic; }
.caps { font-size: 50%; }
