A {
    text-decoration : none;}

A:active {
    color : lightgreen;}

A:visited {
    color : navy;}

A:link {
    color : blue;}

A:hover {
    color : #FF4500;
    font-style : bold;
    text-decoration : none;}

BODY {
    color: black;
    background: white;}

BLOCKQUOTE {
    padding-right: 3em;
    padding-left: 3em;}

H1 {
    text-align: center;}

H2 {
    font-size: medium;
    color: #ffffff;
    background: #3cb371;
    padding: 5px;}

H3 {
    font-size: medium;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;}

DIV {
    padding-right: 3em;
    padding-left: 3em;}
    
P  {
	margin-left : 1em;
	margin-right : 1em;
	line-height : 18pt;
}

