﻿body
{
    margin: 0px;
    background-color: #ececec;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.div1
{
    border-top-style: solid;
    border-top-width: 4px;
    border-color: #54AAA8;
}

.links
{
    color: #10B7B7;
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
}

.menu
{
    color: #4D838F;
    font-family: verdana;
    font-size: 16px;
    font-weight: lighter;
}


a {
	color: #10B7B7;
	text-decoration: underline;
}

/*
a:active {
	color: yellow;
	text-decoration: none;
}
*/

a:link
{
    color: #164A57;
    font-weight: normal;
    text-decoration: none;
}


a:visited
{
    color: #164A57;
    text-decoration: none;
}


a:focus
{
    color: #E1C27F;
     text-decoration: none;
}

a:hover {
    color: #E1C27F;
     text-decoration: none;
}

.dropcap1 {
	font-size:30px;
	float:left;
	width:59px;
	line-height:1.2em;
	color:#39baf8;
	margin-top:-6px;
    margin-right: 0px;
}