html { height : 100%;
       margin-bottom : 1px; }
body { -webkit-text-size-adjust: 100%;
       font-size: 16px;
       margin : 10px;
       background-color: #220000;
       color: #ffffff;
       line-height: 1.2em; }
p { max-height: 100%; }
A:link    { color : #ff0000; }
A:visited { color : #ff0000; }
ul { max-height: 100%; }
li { margin-bottom: 10px; }
h2 { background-color: #770000;
     color: #ffffff;
     padding: 3px;
     max-height: 100%; }
h3 { max-height: 100%; }

@media screen and (max-width: 640px) {
	body { font-size: 22px;
	       line-height: 1.6em; }
}