body {
    background-color: #000;
    color: #636363;
    height:100%;
    width:100%;
    font-size:62.5%;
    font-size:1.0em;
    line-height:1.5em;
    font-family:Trebuchet, Geneva, Arial, Helvetica;
    }

h1, h2, h3 {
    margin:0.5em 0 0 0;
}
h1 {
    font-size:1.8em;
	font-weight: normal;
}
h2 {
    font-size:1.6em;
	font-weight: normal;
}
h3 {
    font-size:1.4em;
}
h4 {
    font-size:1.2em;
}
h5 {
    font-size:1.0em;
}
h6 {
}
p, span, li {
    font-size:1.0em;
    line-height:1.5em;
}

ul {
    list-style:none;
}

a {
	color:#fff;
}

a:link {
    text-decoration:underline;
}
a:visited {
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
a:active {
    text-decoration:none;
}