/* CSS Document */
/* Universal formatting */
a:link {
color: #6666cc;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #6666cc;
text-decoration: none;
font-weight: bold;
}
a:focus {
color: #3366ff;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #3366ff;
text-decoration: none;
font-weight: bold;
}
a:active {
color: #336655;
text-decoration: none;
font-weight: bold;
}
body {
font-family: Arial, sans-serif;
font-size: 10pt;
color: #000000;
background-color: #ffffff;
margin: 0;
padding: 0;
}
h3 {
color: #000000;
}

#id choice {
display: block;
float: right;
}
#fiction {
margin: 20px;
}