body {
padding : 0;
background : #eef url(../cover.jpg) repeat-y fixed 10px 0;
}
a {
text-decoration : none; }
a:link { color: #0000ff; }
a:visited {color: #800080; }
a:active {color: #ff0000; } 
#main {
margin-left : 175px;
border : 1px solid navy;
background-color : #fff;
margin-right : 30px;
padding : 0.9em;
}
.endnote {
font-size : smaller;
font-family : Arial, Helvetica, Geneva, sans-serif;
}
.yellow {
background-color : rgb(255, 255, 204);
}
.header {
font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
font-size : 1em;
background-color : #eed;
}
h1 {
font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
font-size : 1.5em;
font-weight : 400;
text-align : left;
color : #555;
}
h2 {
font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
font-size : 1.2em;
font-weight : 300;
color : #555;
}
h3 {
font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
font-size : 1.1em;
font-weight : 300;
border-bottom : 2px solid #886;
color : #555;
}
h4 {
font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
font-size : 1.1em;
font-weight : 300;
background-color : #eee;
color : #444;
}
#main-first p {
font-family : Georgia, "Times New Roman", serif;
font-size : 1.1em;
}
p {
font-family : Georgia, "Times New Roman", serif;
font-size : 1em;
}
blockquote {
font-family : Georgia, "Times New Roman", serif;
font-size : 1em;
margin-top : 0.85em;
margin-bottom : 6pt;
line-height : 1em;
}
sup {
font-family : Geneva, Arial, sans-serif;
font-size : 0.8em;
color : navy;
background-color : #ff9;
margin-top : 0;
vertical-align : top;
}
.navbar {
font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
font-weight : normal;
font-size : 0.85em;
background : #eeeedd;
color : navy;
text-align : left;
line-height : 1em;
margin-top : 0;
}
.endnote {
font-size : 0.8em;
}
@media screen and (max-width : 620px) {
body{
  -webkit-text-size-adjust:none;
  font-family:Helvetica, Arial, Verdana, sans-serif;
  padding:5px;
background-color:#ffffff;
}
div {
background:#ffffff;
  clear:both!important;
  display:block!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}
}
