@charset "ISO-8859-1";

body {
margin : 0;
padding : 0;
border : 0;
text-align : center;
background-color: #202020;
}

#container { 
width: 320px;
margin: 0 auto;
text-align : center;
}

a:focus {
outline : none;
}

a:link {
color : #E0C060;
text-decoration : none;
outline : none;
}

a:visited {
color : #E0C060;
text-decoration : none;
outline : none;
}

a:hover {
color : #C060E0;
text-decoration : underline;
outline : none;
}

a:active {
color : #C060E0;
text-decoration : underline;
outline : none;
}

body {
color : #F0F0F0;
font-family : "Helvetica Neue", Roboto, sans-serif;
font-weight : 400;
font-size : 1.000em;
line-height: 150%;
}

h1 {
color : #F0F0F0;
font-family : "Helvetica Neue", Roboto, sans-serif;
font-weight : 500;
font-size : 1.200em;
line-height: 150%;
}