﻿body {
  width: 100%;
  background-color: #d1e0b2;
  color: #550055;
  text-align: center;
  font-family: "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;
  font-size: .8em;
  letter-spacing: .03em;
}

b {
  font-weight: normal;
}

h1 {  
  font-size: 1em;
  color: #006600;
  font-weight: 600;
  text-align: left ;
}

h2 {
  font-size: 1.25em;
  color: #006600;
  font-weight: 600;
}

h3 {
  font-size: 1em;
  font-weight: 600;
  color: #336633;
  text-align: left;
}

h4 {
  font-size: .9em;
  font-weight: 600;
  color: #003300;
  text-align: left;
}

h5 {
  font-weight: 600;
}

h6 {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #660066;
  background-color: inherit;
}

a:link {
  text-decoration: none;
  color: #660066;
  background-color: inherit;
}

a:active {
  text-decoration: none;
  color: #660066;
  background-color: inherit;
}

a:visited {
  text-decoration: none;
  color: #666;
  background-color: inherit;
}

a:hover {
  text-decoration: none;
  color: #a121a1;
  background-color: #d1e0b2;
}

img {
  border: 0;
}

.img-left {
  padding-right: 10px;
  text-align: left;
}

.img-right {
  padding-left: 10px;
  text-align: right;
}

.welcome {
	margin-bottom: -10px ;
}
