.Dummy { text-decoration: none }

BODY { background-color: #fdfdea;
	font-size: 10pt;
	background-repeat: repeat; 
	background-position: top left;
	background-attachment: scroll;
	text-align: left;
	color: #1d3e63;
	font-style: normal;
	font-weight: 500;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Sans Serif" }
	
	
H1 { color: #1d3e63;
	text-align: center;
	background: transparent;
	text-decoration: none;
	font-size: 20pt;
	font-weight: 600;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Sans Serif" }
	
A:visited {	color : red;
	background : transparent; }

A:link {	color : black;
	background : transparent; }

.subhead { color: "#1d3e63";
	text-align: left;
	font-size: 14pt;
	font-weight: 600;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Sans Serif" } /* sub-heading for TOC */
	
.cap { color: #1d3e63;
	font-size: 16pt;
	font-weight: 600;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Sans Serif" }
	
P { color: #1d3e63;
	font-size: 10pt;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Sans Serif" }
	
TABLE { color: #1d3e63;
	font-size: 10pt;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Sans Serif" }
	
TD { color: #1d3e63;
	font-size: 10pt;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Sans Serif" }

.green { color: #1d3e63;
	background-color: "#008000";
		font-size: 10pt;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Sans Serif" }
	


.Left { margin-right: 10px } /* adds space to right of left-aligned image */
.Right { margin-left: 10px } /* adds space to left of right-aligned image */

