/* Style Sheet Created by John McKown 04-22-00 */
/* <link rel="stylesheet" type="text/css" href="http://www.decfug.org/decfug.css"> */


BODY, 	{ 
	background: White;
	font-style: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica;  	
 }

TH, 	{ 
	background: Silver;
	font-style: Bold;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica;  	
 }

A {
	font-style: normal; 
	font-variant: normal; 
	line-height: 100%; 
	color: red; 
	text-decoration: underline
  }

a:link       { 
	font-style: normal; 
	font-variant: normal; 
	line-height: 100%; 
	color: red; 
	text-decoration: underline
	 }
a:visited    {
	 font-style: normal; 
	 font-variant: normal; 
	 line-height: 100%; 
	 color: red; 
	 text-decoration: underline 
	 }
a:hover      {
	font-style: normal;
	font-variant: normal;
	line-height: 100%;
	color: navy;
	text-decoration: underline;
/* 	background-color : FFE4B5;  */

}

H1 { 
	font-size: 18 pt; 
	font-family: verdana, arial
	font-weight: bold;
	}

H2 { 
	font-size: 16 pt; 
	font-family: verdana, arial;
	font-weight: bold;
	}
	
H3 { 
	font-size: 14 pt; 
	font-family: verdana, arial;
	font-weight: normal;
	}

HR {
	color: blue;
	height: 1pt;
}

H4 { 
	font-size: 12 pt; 
	font-family: verdana, arial;
	font-weight: normal;	
	}
H5 { 
	font-size: 10 pt; 
	font-family: verdana, arial;
	font-weight: normal;
	}
H6 { 
	font-size: 8 pt; 
	font-family: verdana, arial;
	font-weight: normal;
	}



