body.black {
	background-color: #000000; 
	font-family: Helvetica, Trebuchet MS, Arial, sans-serif;
	color: white;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	}
body.white { 
	background-color: #FFFFFF; 
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	color: black;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	}
body.grey { 
	background-color: #CCCCCC; 
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	color: black;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	}

H1 { 
	font-family: Arial, Trebuchet MS, sans-serif; 
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	color: red; 
	text-align: center;
	}

H2 {
	font-family: Arial, Trebuchet MS, sans-serif; 
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	}
 H3 {
	font-family: Arial, Trebuchet MS, sans-serif; 
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	}
 H4 {
	font-family: Arial, Trebuchet MS, sans-serif; 
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: blue;
	}
 H5 {
	font-family: Arial, Trebuchet MS, sans-serif; 
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	}
 H6 {
	font-family: Arial, Trebuchet MS, sans-serif; 
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	}

.bold   { 
	font-weight: bold;
	color: Blue; 
	}

.emph   {
        font-weight: bold;
        }
 
 .italic { font-style: italic }
 .black { color: black }
 .white { color: white }
 .green { color: green }
 .red   { color: red   }
 .blue  { color: blue  }
 .cyan  { color: cyan  }

A:link {
	text-decoration:none;
	color: blue;
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	cursor: hand;
	}
 :visited {
	text-decoration:none;
	color: blue;
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	cursor: hand;
	}
 :active {
	text-decoration:none;
	color: blue;
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	cursor: hand;
	}

