{
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}


body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}

ul {
color: #004C87;
font-size: 1.0em;
}

li {
color: #004C87;
font-size: 1.0em;
}


a:link, a:visited {
color: #005AA1;
text-decoration: underline;
font-weight: bold;
}
a:hover {
text-decoration: none;
}


/* Paragraphs, headings, ... */
p {
line-height: 120%;
margin-bottom: 5px;
color: #004C87;
}
h1 {
font-size: 1.1em;
font-weight: normal;
color: #000000;
text-align: left;
padding: 2px 0 0 2px;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}
h2 {
font-size: 1.6em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #FFFFFF;
text-align: left;
margin: 3px 0 0 2px;
}
h3 {
font-size: 1.4em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #004C87;
letter-spacing: 1px;
padding-bottom: 3px;
border-bottom: 1px solid #004C87;
margin-bottom: 7px;
}


/* Table */
table {
font-size: 1.1em;
border-collapse: collapse;
border: 0px solid #004C87;
margin: 0px 0 0px 0;


}
th {
text-align: left;
font-weight: bold;
}
td {
text-align: left;
}
.first-row {background: #F4FF7C;}
.first-row th {text-align: left;font-weight: bold;border-bottom: 2px solid #000000;}
.first-column {background: #FFD162;border-right: 1px solid #004C87;}
.second-column {background: #FFD162;border-right: 1px solid #004C87;}
.last-column {background: #FFD162;border-left: 1px solid #004C87;}

