﻿body
{
 color: #025fab;
 font-family: Arial, helvetica, Sans-Serif;
}

#nav
{
 color: #ffffff;
 font-family: Arial, helvetica, Sans-Serif;
 font-size: 14px;
}

#nav a
{
 color: #ffffff;
 font-family: Arial, helvetica, Sans-Serif;
 font-size: 14px;
 text-decoration: none
}

#nav a:hover
{
 color: #ffffff;
 font-family: Arial, helvetica, Sans-Serif;
 font-size: 14px;
 text-decoration: underline;
}

#logo
{
 font-size: 14px;
 color: #0078cb;
}

.menu
{
 font-size: 13px;
 font-weight: bold;
 color: #0078cb;
 text-decoration: none;
 text-indent: 20px;
}

.menu:hover
{
 font-size: 13px;
 font-weight: bold;
 color: #0078cb;
 text-decoration: underline;
}

.body
{
 color: #025fab;
 font-size: 13px;
 #font-size: 12px;
}

#logo a
{
 text-decoration: none;
 color: #025fab;
}

p
{
 margin-bottom: 3px;
 margin-top: 5px;
}