/* File: Style sheet */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	 text-decoration: none;
	 font-size: 40pt;
	 font-weight: bold;
	 color: green;
}

h2 {
	 text-decoration: none;
	 font-size: 18pt;
	 font-weight: bold;
	 color: black;
}

h3 {
	 text-decoration: none;
	 font-size: 10pt;
	 font-weight: normal;
	 color: black;
}

p {
	 text-decoration: none;
	 font-size: 10pt;
	 font-weight: normal;
	 color: black;
}

a {
	 text-decoration: none;
	 font-size: 10pt;
	 font-weight: normal;
	 color: black;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




