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

body {
font-weight:bold;
background:#000000;
color:#FFFF00;
line-height:230%;
}
a {
color: #66FFFF;
text-decoration:underline;
}
a:hover {
color: #FF0000;
text-decoration:none;
}

div#container,h1,h2,h3,h4,h5 {
font-size:150%;
clear:both;
}
p {
font-size:100%;
padding:0px 2%;
clear:both;
}
dl,dt,dd,ul,ol {
font-size:100%;
padding:0px 5%;
clear:both;
}
table {
font-size:110%;
}
td{
padding:0px 1%;
}
#side {
border-top:#FFFFFF solid 1px;
}