/* CSS Document */

p{
	color: black; font-size:120%;
}

body {
	background-color: #000000;
}

body, td, th {
	color: #333333;
}

h1 {
	font-family:Verdana; color: yellow;font-size:50px;
}
h2 {
    font-family:Times New Roman,Times,serif;color:#990000;font-size:210%;
}
h3, h4, h5, h6 {
	color: #990000;
}

a {
  color: #003366;
}
table{
background-color:#FFFF99;
background-image:url(images\goldfade.png);
	background-repeat:repeat-x;
	 }
div#nav {
	position:absolute;
	top:11px;
	right:10%;
	Height:2000px;
	width:80%;
	align:center;
	background-color:#FFFF99;
	background-image:url(images\goldfade.png);
	background-repeat:repeat-x;
	left: 116px;

	}
	

