/* Style Sheet */

h1
{
	color:#ffff00;
	font-family:'Times New Roman',Times,serif;
	font-size:24pt;
	font-weight:bold;
}

h2
{
	color:#ffff00;
	font-family:'Times New Roman',Times,serif;
	font-size:20pt;
	font-weight:bold;
}

h3
{
	color:#ffff00;
	font-family:'Times New Roman',Times,serif;
	font-size:16pt;
	font-weight:bold;
}

p
{
	color:#ffff00;
	font-family:'Times New Roman',Times,serif;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}

a:link { color:#000000; text-decoration:none;}
a:visited { color:#000000; text-decoration:none;}
a:hover { color:#000000; text-decoration:none;}
a:active { color:#000000; text-decoration:none;}
a:focus { color:#000000; text-decoration:none;}
