/* Body Styles */
body
{
background-color: black;
color:white;
}

/* Links */
a:link	{color:red}
a:hover	{color:#00CC00}
a:visited	{color:red}

/* Div sections */
#wrapper
{
position: relative;
width: 1000px;
margin: 0 auto;
z-index: 10;
}

h1
{
color: #00CC00;
font-size: 29px;
}

h2
{
color: #00CC00;
font-size: 20px;
font-family: comic sans ms;
}