﻿* {
margin: 0;
padding: 0;
border: 0;
}
html {
overflow: scroll-y;
}
body {
font-family: Georgia, "Times New Roman", serif;
font-size: 16px;
background: url(images/bg2.jpg) no-repeat fixed;
background-position: top center;
}
h1, h2, h3, h4, h5 {
margin: 20px 0;
}
h1 {
font-size: 28px;
}
h3 {
font-size: 20px;
font-weight: normal;
font-style: italic;
letter-spacing: -1px;
}
h4 {
color: #2d564c;
margin-top: 30px;
margin-bottom: 5px;
text-decoration: underline;
font-family: Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 0px;
}
ul {
margin: 10px 0 10px 50px;
list-style-image: url(images/ring.png);
}
ul li {
line-height: 1.75em;
color: #2d564c;
}
#master3 {
width: 950px;
margin: 20px auto 20px auto;
padding: 25px;
line-height: 1.4em;
background: url(images/bg.png) repeat;
border-left: 1px dotted #eed;
border-right: 1px dotted #eed;
}
a.main2 {
font-size: 15px;
color: #776;
padding: 0 10px;
font-family: Georgia, serif;
letter-spacing: -1px;
font-weight: normal;
text-decoration: none;
}
a.main2:hover {
color: #0b342a;
text-decoration: none;
}
a.storylink {
text-decoration: underline;
color: #000;
line-height: 0.7em;
}
a.storylink:hover {
color: #043;
}
div.mininav {
float: right;
font-size: 10px;
font-family: "Trebuchet MS", sans-serif;
}
div.mininav a {
color: #000;
}
div.mininav a:hover {
color: #c00;
}
textarea, input {
border: 1px solid #999;
}