/* styles.css */
body {margin-left: auto; margin-right: auto; width: 800px; font-family: times new roman; font-size: 12pt;}
table {font-size: 12pt;}
bold {font-weight: bold;}
h1#top {display: inline;}
a#top:link {text-decoration: none; color: black;}
a#top:visited {text-decoration: none; color: black;}
a#top:hover {text-decoration: none; color: black;}
a#top:active {text-decoration: none; color: black;}
td#top {font-weight: bold; font-size: 15pt; padding-left: 15px; vertical-align: bottom;}
ol {padding-left: 20px}
ul {list-style-type: disc; padding-left: 20px;}
ul#res {padding-bottom: 5px;}
ul#res li {padding-bottom: 15px;}
ul#sub {list-style-type: circle; padding-bottom: 0px; margin-bottom: 0px;}
ul#sub li {padding-bottom: 0px;}
hr#dash {border-top-style: dashed;}
table#bord {border: 1px solid black; border-collapse: collapse;}
tr#bord {border: 1px solid black;}
td#bord {border: 1px solid black; padding: 3px;}

h2#res {color: #990000; text-align: center;}
h2#res {color: #000000; text-align: left;}

td#tea {border: none; padding-bottom: 3px;}
span#tea {font-weight: bold; font-size: 14pt;}

tr#grp {vertical-align: top;}

#circle {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; 
}

hr#res {background-color: #990000; color: #990000; border: none; height: 1px; style: dashed;}
hr#res {background-color: #85C2FF; padding-bottom: 2px; padding-left: 5px; padding-top: 2px;}