 /* This stylesheet governs headings of the Heading 1 type and link display colors and decoration styles

To use this style sheet, make a link reference within the head block in the html file as follows:

<link
href="file_directory_path/stylesheet_filename.css"
type="text/css" rel="stylesheet">

 */

H1 {
	BORDER-RIGHT: #ffffff 0px outset; PADDING-RIGHT: 5px; BORDER-TOP: #ffffff 0px outset; DISPLAY: block;
PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 2px; BORDER-LEFT: #ffffff 0px outset; 
WIDTH: 100%; COLOR: #003399; PADDING-TOP: 2px; BORDER-BOTTOM: #ffffff 0px outset; 
FONT-FAMILY: Verdana, Arial, sans-serif; BACKGROUND-COLOR: #f3c60e
}
A:link { color: #0000FF; text-decoration: underline;
background: transparent; } A:active { color: #FF0000;
text-decoration: none; background: #FFFF00; } A:visited { color:
#800080; text-decoration: underline; background: transparent; }
A:hover { color: #FF0000; text-decoration: none; background:
transparent; } 

 /* the following example headings are included for testing in future implementations and are not used as of July 31, 2003 */

H2 {
	FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: verdana,arial,sans-serif; LETTER-SPACING: 5px
}
H3 {
	FONT-SIZE: 12px; COLOR: #cc9900; FONT-FAMILY: verdana,arial,sans-serif; LETTER-SPACING: 0px
}
H4 {
	FONT-SIZE: 11px; COLOR: #000080; FONT-FAMILY: verdana,arial,sans-serif; LETTER-SPACING: 1px
}
H5 {
	FONT-SIZE: 10px; COLOR: #cc9900; FONT-FAMILY: verdana,arial,sans-serif; LETTER-SPACING: 1px
}
H6 {
BORDER-RIGHT: #ffffff 0px outset; PADDING-RIGHT: 5px; BORDER-TOP: #ffffff 0px outset; DISPLAY: block;
PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 2px; BORDER-LEFT: #ffffff 0px outset; 
WIDTH: 100%; COLOR: #003399; PADDING-TOP: 2px; BORDER-BOTTOM: #ffffff 0px outset; 
FONT-FAMILY: Verdana, Arial, sans-serif; BACKGROUND-COLOR: #C3E1EF
}

