/* Base.css will be used by all pages */

/* Style for all bodies. */
body {
	font-family: Arial, sans-serif;
	font-size: normal;
	background-color: #a6a094;
	color: #FFFF80;
	margin: 5;
}
H1, H2, H3, H4, H5, H6 {
        color: yellow;

}
.pgtitle { color: red }

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #80FF80;
}

a:visited {
	text-decoration: none;
	color: #80FF80;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF
}

a:link {
	text-decoration: none;
	color:#00FF00
}

.narrow{ line-height: 150% }

table {
    width: 770px;
    background-color: #000000;
    padding: 10;

}

