.h1 {color: #00ff00;
	font-size: 12pt;
	font-family: times new roman;
	font-weight: bold;}

.h2 {color: white;
	font-size: 12pt;
	font-family: times new roman;
	font-weight: normal;}

a:link {text-decoration: underline;
	color: #ff6633;}

a:visited {text-decoration: underline;
	color: #ccffff;}

a:hover {color: yellow;
	text-decoration: overline;
	background: purple;}