body {
     background-color: #eaeaea;
     font-family: Arial, Helvetica, sans-serif;
     color: #333;
     font-size: 1em;
     margin-right: auto;
     margin-left: auto;
}
#rep a {
     text-decoration: underline;
}
#rep a:link {
     color: #633;
}
#rep a:visited {
     color: #633;
}
#rep a:link:hover, a:visited:hover {
     text-decoration: none;
     color: #fff;
     background: #966;
     padding-bottom: .25em;
}
#rep {
     width: 225px;
     border: 2px #066 solid;
     padding: 2em;
     margin-right: auto;
     margin-left: auto;
     background-color: #fff;
}
div.partition {
     margin-bottom: 1em;
}
#rep h1 {
     color: #066;
     font-size: 1em;
     margin: 0em;
     padding: 0em;
     text-align: center;
     margin-bottom: 1em;
}
#rep h2 {
     font-size: .8em;
     text-align: center;
     border-bottom: 1px #ccc dashed;
     padding-bottom: 1em;
}
#rep p {
     color: #333;
     font-size: .75em;
     margin-top: 0em;
     margin-bottom: 0em;
     padding: 0em;
     text-align: center;
}
#rep p span {
     font-weight: bold;
}
