/* CSS Document */

/*Body format*/
body {background-color:#FFFFFF; color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:10pt;}

/*Link colors*/
a:link {color: #0000CC; text-decoration: underline; }
a:active {color: #0000CC; text-decoration: underline; }
a:visited {color: #0000CC; text-decoration: underline; }
a:hover {color: #009900; text-decoration: underline; }

/*Course title header*/
h1{font-family:Arial, Helvetica, sans-serif; font-size:13.5pt; text-align:center;font-weight:bold}

/* Semester/term title header*/
h2{font-family:Arial, Helvetica, sans-serif; font-size:12pt; text-align:center; font-weight:normal}

/*Paragraph format for Times New Roman (overrides Body format)*/
#para1 {font-family:"Times New Roman", Times, serif; font-size:10pt}

/* Text next to book icon*/
#p2{font-family: Arial, Helvetica, sans-serif;font-weight:bold; font-size:12pt}

/* Top title text*/
#p3 {font-family: Arial, Helvetica, sans-serif;font-size:7.5pt;}

/* Print this page*/
#p4 {font-family: Arial, Helvetica, sans-serif;font-size:12pt}

/* Bolded header*/
h5{font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold}

/*Hides something from being displayed, use for printing*/
.noPrint {display:none;}
