/* Style sheet for CompOrg HW */

/* Body style settings are the default for everything */
/* The body is 12 point normal times */
  BODY { background-color: white;
	 color: black; 
	 font-size: 12pt; 
	 font-family:arial,sans-serif
       }

/* top level headings are 16 point, bold, times-roman, centered */
  H1 { text-align: center;
       font-family: Times;
       font-size: 16pt;
       font-weight: bold;
       color: purple
     }

  /* 2nd level headings are 14 point, bold */

  h2 {   text-align: center;
	font-family: arial,sans-serif; 
	font-size:14pt;
 	font-weight: bold;
	color: black
    }

  /* 3rd level headings are 12 point, bold */

  h3 { 	text-align: center;
	font-family: arial,sans-serif; 
	font-size: 12pt;
       	font-weight: bold;
       	color: black;
     }

  h4 { text-align: center;
       font-family: arial,sans-serif;
       font-size: 12pt;
       font-weight: bold;
       color: purple
     }

   /* DT look like H3 but are black. IE only?*/

  DT { font-weight: bold;
     }

  /* PRE is 12 point bold courier  */
  pre { font-family: Courier,fixed;
        font-size: 10pt;
        color: blue;
        margin-left:.2in; margin-right: .2in
       }

 TD.code { font-family: Courier,fixed;
        font-size: 14pt;
	color: blue;
	font-weight:bold;
	text-align: center;
	background-color: #eeeeee;

        }

 TD.ans { font-family: Courier,fixed;
        font-size: 14pt;
	color: gray;
	font-weight:bold;
	text-align: center;
	background-color: white;
        }

 code { font-family: Courier,fixed;
        font-size: 12pt;
	color: blue;
        }

 TD.blank { font-family: Courier,fixed;
        font-size: 14pt;
	color: blue;
	text-align: center;
	background-color: white;
        }

 link {text-decoration:none }
 visited { text-decoration:none }
 active { color: black; }
 a.menu:hover { color: #8899aa; }

   
 .title {font-family: arial,sans-serif; font-size:16pt; font-weight: bold; color: white}

 .subtitle {font-family: arial,sans-serif; font-size:14pt; font-weight: bold; color: black}

 .menu { color:white;font-family:arial,sans-serif;font-size:10pt;font-weight:bold;text-decoration:none;}


.l1 { 	font-family: sans-serif; 
	margin-left: .5in; 
	font-size: 12pt;
	font-weight: bold;
	margin-top: .1in;
}

.l2 { 	font-family: sans-serif; 
	margin-left: .5in; 
	font-size: 12pt;
	font-weight: normal;
	margin-top: .1in;
}

.l3 { 	font-family: sans-serif; 
	margin-left: .5in; 
	font-size: 10pt;
	font-weight: normal;
	margin-top: .1in;
}


.page { margin-left: .5in; margin-right: .5in }

  /* PRE.faq is 14 point bold courier  */
  pre.faq { font-family: Courier,fixed;
        font-size: 12pt;
        color: black;
	font-weight:bold;
	text-align:center;
       }





























