html,body{
	height:100%;
	background-color: #333;
	margin:0px;
	padding:0px;
}

body { font-size: 87.5%; }

body {
  color: #eee;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  line-height:1.75em;
}

p{
    clear:both;
}

#Wrapper{
    width:700px;
    padding:6em;
}

pre{
    color:#bbb;
    font-size:0.875em;
    font-family: "Courier";
    padding-left:3em;
}

h1,h2,h3,h4,h5,h6 {
}

h1{
    background-color:#ff0000;
    display:inline;
}

h2{
    margin-top:2em;
    background-color:#000000;
    float:left;
}

#flash{
	height:100%;
}

a:link,a:visited{
    color:#eee;
    text-decoration: none;
    
}

.underlined:link,.underlined:visited .underlined{
    border-bottom:1px dotted #ccc;
}
