﻿html, body {
font-family: Verdana, Georgia, "Times New Roman";
margin-top: 5px;
padding: 0px;
background: #004c7a;
text-align: justify;	
font-size: 12px;
color: #000000;
}

h1, h2, h3 {
margin-top: 0px;
color: #004c7a;
}

h1 {
font-size: 2em;
font-weight: bold;
}

h2 {
font-size: 1.6em;
font-weight: bold;
}

h3 {
font-size: 1.4em;
font-weight: bold;
}

p.enter {
width: 600px;
height: auto;
margin-top: 10px;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
color: #ffffff;
text-align: justify;
}

p.enter a:link, a:visited {
color: #ff0000;
text-decoration: none;
font-size: 1.3em;
font-weight: bold;
}

p.enter a:hover {
color: #ff0000;
text-decoration: underline;
font-size: 1.5em;
font-weight: bold;
}

p.enter a:active {
color: #ff0000;
text-decoration: underline;
font-size: 1.5em;
font-weight: bold;
}