#title a {
margin-top: 20px;
margin-bottom: 20px;
}


#title a {
margin: 10px;
font-family: Verdana;
font-size: 18pt;
text-decoration: none;
font-weight: bold;
color: #B5C2E8;
}

#title a:hover {
color: #51B2B4;
}

#subtitle {
margin-left: 10px;
margin-right: 10px;
font-size: 10pt;
color: #0054F0;
}

#subtitle a {
margin-top: 10px;
margin-bottom: 10px;
font-family: Verdana;
text-decoration: none;
color: #EC4D9B;
}

#subtitle a:hover {
color: #00369B;
}


hr {
color: #B5C2E8;
height: 1px;
width: 92%;
}