/* Cascading Style Sheet */

/* Hypermedia Preferences  */

a:link {
   color: white;
   text-decoration: none;
}

a:visited {
   color: white;
   text-decoration: none;
}

a:active {
   color: yellow;
}

/* Page Layout */

/* Margins are set in the Manual to about 10% and 20% of the page width */

body {
   margin-left: 10%; 
   margin-right: 10%; 
   color: black;
   background: white;
   font-size: 12pt/14pt;
   font-family: "Comic Sans MS", times, serif;
}

/* Subheads */
/* The subhead and the white space above and below should equal a whole number of text lines. The typeface and size used for the subheads is ideally the sames as those used for the text. The level of heading is indicated by setting type in full caps, small caps or italics. */

/* "A" level subheads are set in full caps */
h1 {
   margin-top: 8pt;
   margin-bottom: 4pt;
   text-indent: 5%;
   font-size: 28px;
   color: #FFFFFF;
   font-family: "Comic Sans MS", times;
   background-color: #000000
}

h2 {
   margin-top: 8pt;
   margin-bottom: 4pt;
   font-size: 12pt/14pt;
   text-transform: caps;
   color: black;
   font-family: "Comic Sans MS", times;
}

/* "B" level subheads are set in small caps. */

h3 {
   margin-top: 8pt;
   margin-bottom: 4pt;
   font-size: 12pt/14pt;
   font-style: small-caps;
   color: black;
   font-family: "Comic Sans MS", times;
}

/* "C" level subheads (run-in side heads) set in italics. These should be pseudo first-line elements. */

h4 {
   display: inline;
   margin-top: 8pt;
   margin-bottom: 4pt;
   font-style: italic;
   text-transform: lowercase;
   font-size: 12pt/14pt;
   font-family: "Times New Roman, times";
}

/* Body Text Layout */
/* The left edge of the text area starts at about 25% of the page width */
p {
   margin-left: 0%; 25
   text-indent: 0%;
   font-style: normal;
   font-size: medium;
   color: black;
   font-family: "Comic Sans MS";
}

/* Block quoted text set one point smaller and indented from left. */
blockquote {
   margin-left: 0%; era 25
   margin-top: 6pt;
   margin-bottom: 6pt;
   font-family: "Comic Sans MS", times;
   font-size: 11pt/13pt;
}

/* Table of Contents Layout */


h1.toc {
   margin-right: 40%;
   margin-top: 8pt;
   margin-bottom: 4pt;
   font-size: 24pt/26pt;
   color: black;
   font-family: "Comic Sans MS", times, serif;
}

ul.toc {
   font-size: 12pt/14pt;
   font-family: times;
   list-style: none;
   margin-right: 40%;
}

hr.toc {
   margin-top: 12pt;
   margin-bottom: 12pt;
}

table {  
	font-family: "Comic Sans MS"; 
	font-size: small; 
	color: #FFFFFF; 
	background-color: #0000FF;
	margin-left: 0%;
	margin-right: 0%;
	/* border: thick double red; */
}
