/* document body */
body
{
	background-color: black;
	color: #B2A684;
	font-family: times, serif, sans serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* links yet to be visited */
A:link
{
	color: #7A6C4E;
	text-decoration: bold;
}

/* links already visited  */
A:visited
{
	color: #4F4632;
	text-decoration: bold;
}

/* mouse over links */
A:hover
{
	color: #B2A684;
	text-decoration: bold;
}

/* images */
img
{
	border-color: #605A41;
}

/* horizontal row */
hr
{
	background-color: #605A41;
	border: 0;
	color: #605A41;
	height: 1px;
}

/* heading h2 --- big titles */
h2
{
	color: aqua;
	text-align: center;
}

/* heading h3 --- subtitles */
h3
{
	color: green;
	font-style: italic;
	text-align: center;
}

/* heading h4 --- news titles (index.html) */
h4
{
	text-align: center;
}

/* heading h5 --- paragraph titles */
h5
{
	color: yellow;
	font-size: medium;
	text-decoration: underline;
}

/* quotes */
q
{
	font-style: italic;
}

/* translator logs */
.log
{
	color: green;
}

/* weapons */
.wep
{
	color: blue;
}

/* misc objects */
.misc
{
	color: violet;
}

/* notes */
.note
{
	color: red;
}

/* new pawn */
.newpawn
{
	color: orange;
}