<!--

/* Black and White Dragon Background */
body {background-image:url(../Images/bwdragonWatermak.jpg)}

/* Nav Frame Purple Background */
body.nav {background-color:#CBC7FE;background-image:none}

/* Headline 1 is Slate Blue Verdana */
h1 {font-family:Verdana;color:#6A5ACD}

/* Headline 3 is Dark Red Italic Verdana */
h3 {font-family:Verdana;color:#c74a46;font-style:italic}

/* Headlines 2 & 4 are Black Verdana */
h2,h4 {font-family:Verdana;color:#000000;font-style:italic}

/* Center Align by division */
div {text-align:center}

/* Paragraphs */
p {font-family:Verdana;font-weight:bold;font-size:14pt;
}
p.nav {font-weight:bolder;text-align:center}
p.A {color:orange;font-style: italic}

/* span tag to bring attention to a small amount of text */
span {color:purple;font-weight:bolder;font-family:Arial;font-size:18pt}

span.A {color:#c74a46;font-style:italic}
span.B {background-color:#6A5ACD;font-weight:bolder;color:#ffffff}

/* Horizontal Rows Normal & Slate Blue at 75% */
hr {width:75%;size:10pt}
hr.Blue {width:75%;size:10pt;color:#6A5ACD}

/* UnOrdered Lists */
ul{font-weight:bolder;font-size:14pt}

ul li{font-weight:bold;font-size:14pt;
 list-style:disc}
ul ul li{font-weight:bold;font-size:14pt; list-style:circle}
ul ul ul li{font-weight:bold;font-size:14pt; list-style:square}
ul ul ul ul li{font-weight:bold;font-size:14pt; list-style:disc}

/* Ordered Lists */
ol li {list-style:upper-roman}
ol ol li {list-style:upper-alpha}
ol ol ol li {list-style:disc}

/* Red mouseover effect on links - Explorer only */ 
a {text-decoration:none} 
a:hover {text-decoration:none;color:red} 


-->

