/*
 * Combined style sheet for the index pages and all pages.
 */

/* Style for all bodies. */
body {
	font-size: 14px;
	background-color: Black;
	color: #FFE4B5;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;
}

/* Style for all table cells. */
td {
	font-size: 14px;
}


/* Header */
h1 {
	font-size: 16px;
	font-weight: normal;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #993333;
}

a:visited {
	text-decoration: none;
	color: #FFE4B5;
}

a:hover {
	text-decoration: none;
	color: #CD853F;
}

a:link {
	text-decoration: none;
	color: #F4A460;
}


