@charset "UTF-8";
/* CSS Document */

body{
background-color: #104c84;
}

a:link, a:visited{ 
color: #238ef2;
text-decoration: none;
}
a:hover{
text-decoration: underline;
background-color: #8bc1f4;
}

h2{
color: #238ef2;
border-bottom: 3px solid #104c84;
}
h3{
color: #238ef2;
}
