/* ucpcstyle.css */


h1 {font-size: 200%; color: maroon; font-family: times, serif; font-weight: bold}
h2 {font-size: 120%; color: navy; font-family: times, serif; font-weight: bold}

body {background-color: white}

a:link {color: navy; font-size: 110%; font-weight: bold}     /* unvisited link */
a:visited {color: maroon; font-size: 110%; font-weight: bold}  /* visited link */
a:hover {color: maroon; font-size: 110%; font-weight: bold}   /* mouse over link */

p {font-size: 90%; color: maroon; font-family: times, serif}