/* ucpcstyle2.css */


h1 {font-size: 200%; color: navy; font-family: times, serif; font-weight: bold}
h2 {font-size: 120%; color: maroon; font-family: times, serif; font-weight: bold}

p {font-size: 100%; color: black; font-family: arial, hevetica, sans-serif}
p.menu {font-size: 120%; color: maroon; font-family: arial, hevetica, sans-serif; font-weight: bold}
p.copy {font-size: 70%; color: black; font-family: arial, hevetica, sans-serif}

body {background-color: white}

a:link {color: maroon; text-decoration: none; font-weight: bold}     /* unvisited link */
a:visited {color: green; text-decoration: none; font-weight: bold}  /* visited link */
a:hover {color: maroon; text-decoration: underline; font-weight: bold}   /* mouse over link */

table {width: 100%}
td {color: black; font-family: arial, helvetica, sans-serif}
td.toc {background-color: white; width: 20%; vertical-align: top; padding-left: 10px; font-size: 80%}
td.toclogo {background-color: white; width: 20%; vertical-align: top; padding-left: 10px}
td.content {color: black; background: white; padding: 15px; width: 80%; vertical-align: top}


