body {
font-family: Verdana, Helvetica, sans-serif;
background-color: #FFFF00;
color: #FF0000;
line-height: 2;
margin-bottom: 30px;
}
p {
font-weight: bold;
text-decoration: underline;
text-align: center;
}
a {
text-decoration: none;
color: #7070ff;
padding: 5px;
border-style: solid;
border-width: 5px;
border-color: #FFFF00;
}
a:visited {
text-decoration: none;
color: #7070ff;
border-style: solid;
border-color: #FFFF00;
}
a:active {
color: #FF0000;
border-style: solid;
border-width: 5px;
border-style: outset;
border-color: #7070ff;
}
a:hover.nn {
text-decoration: overline underline;
}
a:hover {
background-color: #7070ff;
color: #FFFF00;
border-style: outset;
border-width: 5px;
border-color: #FF0000;
}
a:focus {
background-color: #7070ff;
color: #FFFF00;
padding: 3px;
border-style: outset;
border-width: 5px;
border-color: #FF0000;
}

ol {
list-style-type: none;
}
li {
margin-left: 20px;
}
b {
margin-left: 50px;
}