h1 { color: blue; font-family: Arial; font-style: oblique  }
h2 { color: #fff; font-size: 18pt; font-family: Verdana; font-weight: bold; }
h3 { color: white; font-size: 15px; font-family: "Courier New", arial }
h4 { font-style: normal; font-weight: 100; font-family: "Courier New", arial; text-decoration: none; border-top: 10px none }
a:link {
	color: #FFFF00;
	font-style: normal;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
}
a:hover { color: #970202; font-family: Arial; text-decoration: underline   }
a:active { color: red ; font-family: Arial; }
a:visited { color: #fdbf05; font-family: Arial; text-decoration: none  }
body {
	background-color: #1e4255;
}

