body {
    background: linen url("custombackgroundThin.gif") repeat-y fixed left;
    margin: 45px 15px 45px 70px;
    max-width: 600px;
}

p {
  font-family: Times, serif;
  font-size: 19px;
}

h1 {
    font-family: Arial, sans-serif;
    border-bottom: 3px solid #cc9900;
    color: #996600;
    font-size: 35px;
    text-align: left;
    clear: right;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 25px;
    text-align: left;
    text-decoration: underline;
    font-weight: bold;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
}

 /* unvisited link */
a:link {
  color: red;
  font-weight: bold;
}

/* visited link */
a:visited {
  color: olive;
}

/* mouse over link */
a:hover {
  color: maroon;
  font-size:110%;
}

/* selected link */
a:active {
  color: blue;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote {
font-family: Times, serif;
font-size: 19px;
}

.center {
text-align: center;
}

.olive {
color: olive;
   }

.underline {
text-decoration: underline;
}

.italic {
font-style: italic;
}

.bold  {
font-weight: bold;
}

.maroon {
color: maroon;
font-weight: bold;
}

.red {
color: red;
font-weight: bold;
}

.blue {
color: blue;
font-weight: bold;
}

.small {
font-size: 12px;
}

.emphasis {
font-size: 21px;
text-decoration: underline;
font-weight: bold;
}
