/* IE ! p.CLASS (so used "h6 {font-size: 70%; color: gray;}" vs  "p.credit {font-size: 75%; color: gray;}" */ 



body {margin:0; padding:0; background-color:black; font: 1.0em 

Verdana,Arial,Helvetica,sans-serif; color:#FCFCFC; text-align: left; }



.purp {color:#5A449A;}

.yel {color:#FFFF00;}

.cyan {color:#339999;}

.lt_blu {color:#0080FF;}

.gray {color:gray;}

.d_gray {color:#555555;}

.red {color:red;}

.lite {font-weight:lighter;}

.bold {font-weight:bolder;}

.bit_bigger {font-size:125%;}

.bit_smaller {font-size:75%;}



h1 {color:#5A449A; font-size: 300%;}

h2 {color:#FFFF00; font-size: 175%; font-weight:lighter;}

h3 {font-size: 125%; font-weight:lighter;}

h4 {font-size: 100%; font-weight:lighter;}

h5 {font-size: 75%; font-weight:lighter;}

h6 {color:gray; font-size:60%; font-weight:lighter;}



/* When cursor over link, the link text will be blue, bg link color will be yellow */

a:link {color: red; /* unvisited link */ }

a:visited {color: cyan;}

a:hover {color: blue; background: #FFFF00;}



.mv-nserif {font-family:"Comic Sans MS", "Times CE","Times", "Times New Roman", sans-serif}

.mv-serif {font-family:"Times CE","Times", "Times New Roman", serif}

.mv-comic {font-family:"Comic Sans MS", sans-serif}

.rainbow { font-family:"Comic Sans MS",Georgia,Tahoma,sans-serif; font-size:14pt; color:#FF0000; font-weight:bold }

/* FAILS below: "font-color" vs "color" */

/* FAILS color:class="purp"; AND color:purp; (Works: color:#5A449A;*/

p.PlainText, li.PlainText

	{margin:0in;

	margin-bottom:.0001pt;

	font-size:10.0pt;

	font-family:"Times CE","Times", "Times New Roman", serif;}

p.ComicText, li.ComicText

	{margin:0in;

	margin-bottom:.0001pt;

	font-size:10.0pt;

	font-family:class="macrocomic";}



/* @import "teststyle.css"; */.Headline_Notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
