/* Example style sheet file (note how this comment was created) */

/*body { background-color: #9999CC}*/
body { background-color: #9999CC}

/* sizes */
h1 {  font-size: 24pt; font-weight: bolder}
h2 {  font-size: 18pt}
h3 {  font-size: 14pt}
h4 {  font-size: 12pt}
h5{  font-size: 14pt}
h6{  font-size: 8pt}
H1{}
H6	{}

/* colours */
H2              {color: #000099; line-height: normal}
H5{color: #000099}

H3 { color: #000099; line-height: normal} 
a {
	color: #000033;
	text-decoration: none;
}

H4 { color: #000099} H6	 { color: #000099; text-decoration: none} 


/* fonts */
BODY { font-family: Comic Sans MS, Verdana, Arial, sans-serif; color: #333399} 
H2 { } H3 { text-decoration: none} H4 { } H5 { } 
body { font-size: 9pt} .comic9ptblue {  font-family: Comic Sans MS; font-size: 9pt; color: #333399}
.ltbluebg { background-color: #d2d2ff }
.nounderline {  text-decoration: none}
.xmlcomic9ptblue {
	font-family: Comic Sans MS;
	font-size: 9pt;
	color: #333399;
	border: 2px #CC0000;

}
.xmlltbluebg {
	background-color: #d2d2ff;
	border: #000000;

}

