body {
background-color: #6b9ac2;
color: #ccddee;
}

h1,h2,h3,a {
color: #abdff9;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:active {
text-decoration: underline;
}

table {
border: none; 
} 

th {
font-weight: bold; 
text-align: left;
}

