
body   {
	color: #000;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px;
	outline-color: silver
}

p    {
	color: #ff0;
	font-size: 14px;
	text-align: center
}
	
div   {
	background-color: 000000;
	text-align: center;
	margin: 5px
}

h1   { color: silver; font-size: 40px; font-family: Arial, Helvetica; font-weight: bold; text-align: center }

h2 { font-size: 16px; text-align: center }

a:link	   {
	color: #f60;
	font-size: 14px;
	text-decoration: none;
	text-align: center
}

a:visited 	   {
	color: #f60;
	text-decoration: none;
	text-align: center
}
a:hover    {
	color: #FFF;
	text-align: center
}
table  { text-align: center }
#whyFont { font-size: 16pt }
