/* Body, Text attributes */
body{ 
margin: 0 0 0 0;
background-color : #06214e;
}

p, a, body {
font-family: Trebuchet MS, Tahoma;
color: white;
}

p.footer {
font: bold 10px Verdana;
color: white;
}

h1 {
font-family: Verdana, Tahoma;
letter-spacing: -3px;
}

h3 {
font-family: Arial, Helvetica;
color: #dfe4ec;
letter-spacing: -1px;
border-bottom-style: solid;
border-bottom-width: 1px;
}

/* Link attributes */
a:link {
font-weight: bold;
color: #5d8edb;
text-decoration: none;
}

a:visited {
font-weight: bold;
color: #5d8edb;
text-decoration: none;
}

a:hover {
color: #013c9a;
text-decoration: none;
}

a:active {
font-weight: bold;
color: #5d8edb;
text-decoration: none;
}

/* Horizontal Rule */
hr {
border: 0;
color: #3e66b0;
background-color: #3e66b0;
height: 2px;
width: 85%;
}
