html, body {
	background-color: #000;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Times New Roman;
	font-size: 14px;
	color: #CCC;
	height: 100%;
}

a, a:link, a:visited { color: #9B887F; }
             a:hover { color: #CCC; }

p,
div,
td,
table { font-size:14px; }

a:focus, a:active, input{
   outline: none;
}

.green{ color: #829558; }