body 
{
background-color: #1a1a1a;
font-family: 'Questrial', sans-serif;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}


input { border:solid 1px #000000; }
textarea{ border:solid 1px #000000; }

td{ border: solid 0px; }

ul { list-style-type: circle; } 




a {color: #4499aa; text-decoration: none;}
a:visited {color: #4499aa; text-decoration: none;}
a:active {color: #ff0000; text-decoration: none;}
a:hover {color: #ffffff; background-color: #4f4f4f; text-decoration: none;}



h1 { font-size:48px; margin-bottom:12px; color:#cccccc; }
h2 { font-size:18px; margin-bottom:6px; }
h3 { font-size:12px; margin-bottom:3px; }


#container
	{
position: static;
margin: 0em auto;
width: 960px;
               

	}
#header
        {

position: static;
width: 100%;
height: 40px;
margin-bottom: 10px;
        }
