body,html {
background:#000;
color:#fff;
margin:0;
padding:0;
}

body {
width:800px;
font:0.50em/1.4em Tahoma, Geneva, sans-serif;
color:#CBD4E3;
background:#000 
letter-spacing:1px;
margin:0 auto;
}

h1,h2,h3,h4{
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
color:#FF3300;
background-color:#000;
}

h2 {
font-size:1.5em;
color:#FFFF00;
}

h3 {
font-size:1.5em;
}

h4 {
font-size:1.25em;
}

a:link {
color:#8090AC;
text-decoration:none;
}

a:visited {
color:#B17F6C;
text-decoration:none;
}

a:hover {
color:#E9DF55;
text-decoration:underline;
}
.table
{
	color:#E9DF55;
	background-color: #000000;
	border: medium double #FF3300;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;

}

