/* Prescriptions for the soul CSS Document */

html, body {
margin: 0px;
padding: 0px;
background-color: #1B79B3;
}

a {
color: #298DC8;
}

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

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
color: #298DC8;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #2E7094;
}

table {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #2E7094;
}

.toplinks {
padding: 5px;
padding-right: 15px;
color: white;
font-size: 11px;
}

.toplinks a {
color: white;
padding-right: 5px;
padding-left: 5px;
text-decoration: none;
}

.toplinks a:hover {
color: #FFDB24;
}


