﻿body {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

body, th, td, input, textarea, select, option {
  font-family: Arial, Helvetica, sans-serif;
}
.more a
{
  color:Black;
  font-family:DayDream;
  font-size:18px;
  text-decoration:none;
}
.more a:hover
{
  color:Red;
  font-family:DayDream;
  font-size:18px;
}

h1, h2, h3 {
  text-transform: lowercase;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
}

h1 {
  letter-spacing: -2px;
  font-size: 3em;
}

h2 {
  letter-spacing: -1px;
  font-size: 2em;
}

h3 {
  font-size: 1em;
}

p, ul, ol {
  line-height: 150%;
}

blockquote {
  padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
  line-height: normal;
  font-style: italic;
}

a {
  color: #77A3E0;
}

a:hover {
  text-decoration: none;
}

img { border: none; }









