@import url(http://fonts.googleapis.com/css?family=Anybody);
@import url(http://fonts.googleapis.com/css?family=Exo);

body {
background-color: #fff;
font-family: 'Anybody', sans-serif;
color: #000;
line-height: 150%;
}

div#ec {
max-width: 800px;
padding: 20px;
margin: auto;
}


div#content {
max-width: 800px;
padding: 10px;
margin: auto;
}

header {
font-family: 'Exo', sans-serif;
font-size: 30px;
color: #0f3a66;
}

footer {
font-size: 10px;
}

a:link {
color: #000;
border-bottom: 1px dotted #000;
text-decoration: none;
}

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

a:hover {
color: #000;
border-bottom-style: solid;
}

a:active {
color: #000;
text-decoration: none;
}

img {
padding:4px;
border:2px solid #fff;
background-color:#000;
}

pre {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 95%;
line-height: 140%;
white-space: pre;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
background-color: #ffefd5;
border: solid 1px #e8e6d5;
padding: 1% 1.5%;
}       

