@meta { Title:stylesheet2;}

body {
   font: 12pt serif;
   background: #ffeedd;
   color: Black;
   background-color: #eeffdd;
   ;: ;
}


p { font-size: 16pt; font-face: Times;  color: #000000;  background: transparent;  }

h1 { color: #000088; font-size: 35pt;,  font-family : "Times New Roman", Times, serif;  background: transparent;   }

h2 { color: #000088; font-size: 22pt;,  font-family : "Times New Roman", Times, serif;  background: transparent;   }

h3 { color: #000077; font-size: 18pt;  font-family : "Times New Roman", Times, serif;  background: transparent;   }

h4 { font - size: 16pt; color: #000066;  font-family : "Times New Roman", Times, serif;  background: transparent;   }



A {
	color: Blue;
}

A:HOVER {
	color: Red;
}

