/* CSS Document */
#body {
height:100%;
overflow:auto;
margin:0 3px 0 0;
padding:0 3px 0 0;
}
h3 {
font-size:medium;
}
h1 {
font-size:large;
}
p {
font-size:small;
}
h1, h3, p {
color:#000;
font-family:Arial, Helvetica, sans-serif;
}
body  {
background-color:#fff;
}
a:hover, a:link, a:visited {
color:#0000ff;
font-family:Arial, Helvetica, sans-serif;
}
a, p {
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

tr#rules td {
border-bottom-color:#000;
border-bottom-style:solid;
border-bottom-width:thin;
}

tr td h3 {
padding:4px 0 0 0;
}