@charset "UTF-8";
/* CSS Document */

html {
background-color : #444; }

body {
color : #ddd;
font-family : Helvetica,Arial,sans-serif;
font-size : 62.5%;
text-align : center; }

a:link, a:visited {
color : #4154a3; }

a:hover, a:active {
text-decoration : none; }

p {
font-size : 1.4em; }

.disclaimer {
font-size : .8em; }