@charset "utf-8";

/* Body Properties */
body
{
   font-size: 1em;
   color: #6D6D6D;
   background-color: #FDE2FF;
   font-family: sans-serif;
   padding-top: 0.5em;
   padding-bottom: 0.5em;
   padding-left: 2.5%;
   padding-right: 2.5%;
}

a
{
   color: #998E16;
}

/* Header Properties */
h1
{
   clear: both;
   padding-top: 0.5em;
   text-align:center;
   font-size: 1.75em;
   color: #9D00FF;
   font-family: monospace;
}

h2
{
   font-size: 1.5em;
   color: #28ADFF;
   font-family: monospace;
}

h3
{
   font-size: 1.25em;
   color: #0D9A29;
   font-family: monospace;
}

p
{
   text-align: justify;
}

p.short-description
{
   text-align: center;
   font-weight: bold;
   color: #1E69FF;
}

img
{
   border: 0em;
}

acronym
{
   font-weight: bold;
}

/* Footer Properties */
div.footer
{
   clear: both;
   padding-top: 0.5em;
}

.footer p
{
   text-align: center;
   font-size: 0.75em;
}

.footer img
{
   height: 30px;
}

/* Advertising Header */
div.adverts
{
   text-align: center;
   padding-bottom: 1.0em;
   width: 100%;
}

