a {color:Black}
a:hover {color:Yellow}
a.menu 
{
 	font-size: 16pt;
 	font-weight: bolder;
	color: Black; }

body.menu 
{
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="lightBlue", EndColorStr="gray", GradientType="0");
	color: Blue; }

body 
{
	background-color:Transparent; 
	font-weight: bolder;
	color: Blue;}

	
h1 { font: bold 36pt/34pt serif; text-align: center; color: Blue}
h2 { font: bold 20pt/18pt serif; text-align: center; color: Blue}
h2.PH { font: bold 20pt/18pt serif; text-align: center; color: Blue}
h2.GG { font: bold 18pt/16pt serif; text-align: center; color: Blue}
h3 { font: bold 18pt/14pt serif; text-align: center; color: Blue}
h4 { font: bold 16pt/12pt serif; text-align: center; color: Blue}
h5 { font: bold 14pt/10pt serif; text-align: center; color: Blue}
h6 { font: bold 12pt/8pt serif; text-align: center; color: Blue}

hr {
	color: Blue }
	
iframe {
	background-color:Transparent;
	color: black; }

img {
	filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=2);
	border: 0px groove Green; }

input {
	border: none;
 	font-size: 12pt; 
	color: Blue;
	background-color: White; }
	
marquee 
{	
	font: bold 12pt/12pt serif; text-align: center; color:Fuchsia }

p {
	color:Black;
 	font-size: 16pt;
	text-align: justify; }
	
table 
{
 	border: none;
	font-size: 14pt; 
	text-align: justify;
	background-color:Transparent;
	color:Black;
	table-layout:auto }
	
th {
	border: none;
	background-color:Transparent; }

td 
{
	border: none;
	background-color:Transparent; }

textarea {
	border: none;
 	font-size: 12pt; 
	color: Blue;
	background-color: White; }
