@import url(defaults.css);

body{
    margin:0;
    font:normal 76%/130% arial,verdana,sans-serif;
    line-height:1.4em;
	background: #000;
	color: #fff;
}
div#container {margin: 0px auto; text-align: center; float: none;}
a#close { color: #fff;font-size:1.2em; font-weight: bold;display: block; margin: 0 auto;text-align:center; width: 250px; padding: .4em;}

/*=== Headers, text, etc. ===*/

h1 { font-size:2.5em; }
h2 { font-size:2em; }
h3 { font-size:1.8em; }
h4 { font-size:1.2em; }

h1,h2,h3,h4,h5,h6{
    font-family:arial,sans-serif;
    margin-top:0;
    color:#fff;
    line-height:1.1em;
}
/*=== Links ===*/
a:link{ color:#004e25; }
a:visited{ color:#004e25; }
a:hover{ color:#004e25; text-decoration:none; }
a:active{ color:#004e25; }

