/* color: #FFFF00; Yellow text */
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #FFFF00;
background-color: #1A0066;
}

h1 {
text-align: right;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
font-weight: bold;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid #c6ec8c;
}

a:link {
color: #FFFF00;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #FFFF07;
text-decoration: underline;
font-weight: bold;
}

a:active {
color: #FFFF0F;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #FFFF07;
padding-bottom: 5px;
text-decoration: underline;
font-weight: bold;
}

li {
list-style-type: square;
}
