﻿body 
{
  background-color: #FFFFFF;
  color: black;
  font-family: Verdana;
  font-size: 8pt;
  margin: 8px;
}
*
{
  margin: 0px;
}
A
{
  color: #0057d2;
  text-decoration: none;
}
A:HOVER
{
  color: #58B028;
  text-decoration: underline;
}
SELECT
{
  font-size: 8pt;
  font-family: Verdana, Tahoma;
}
INPUT
{
  font-size: 8pt;
  font-family: Verdana, Tahoma;
}
textarea 
{
  font-size: 8pt;
  font-family: Verdana, Tahoma;
}
h1
{
  font-family: Verdana, Tahoma;
  font-weight: bold;
  font-size: 28pt;
  color: #74C042;
}
h2
{
  font-family: 'Trebuchet MS', Verdana, Tahoma;
  font-weight: bold;
  font-size: 16pt;
  color: #68C038;
}
h3
{
  font-family: 'Trebuchet MS', Verdana, Tahoma;
  font-weight: bold;
  font-size: 15pt;
  color: #68C038;
  width: 97%;
}
.title
{
  font-family: Arial, Verdana;
  font-size: 11pt;
  font-weight: bold;
}
.description
{
  font-family: Arial, Verdana;
  font-size: 10pt;
  text-align: justify;
}
.wikiUrl
{
  font-size: 8pt;
  text-align: right;
  font-style: italic;
}