﻿body
  {
  background-color: #E6CAFE;
  font-family: tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  }

h1
  {
  color: #FFFFFF;
  font-family: tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 250%;
  }

h2
  {
  color: #000080;
  font-family: tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 150%;
  }

h3
  {
  color: #000080;
  font-family: tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 120%;
  }

h4
  {
  color: #000080;
  font-family: tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 110%;
  }

h5
  {
  color: #000080;
  font-family: tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  }

li
  {
  font-family: tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  }

p
  {
  font-family: tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  }
  
.pad
  {
  padding-left: 35px;
  padding-right: 35px;
  }

.bold
  {
  color: #000080;
  font-weight: bold;
  }

a
  {
  color: #000080;
  font-family: tahoma;
  font-size: 100%;
  }
  
a:link
  {
  text-decoration: none;
  color: #000080;
  }

a:visited
  {
  text-decoration: none;
  color: #000080;
  }

a:hover
  {
  background-color: #FFFFFF;
  color: #000080;
  }

#top
  {
  background: #000080;
  color: #FFFFFF;
  }
  
#left
  {
  background: #9999CC;
  color: #000000;
  }

#right
  {
  background: #FFFFFF;
  color: #000000;
  }

#bottom
  {
  background: #FFFFFF;
  color: #000000;
  }

