body 	{
	font-family:Century Gothic;
	background-color:orange;
	text-align:center;
	}
h1	{
	font-size:25; 
	color:white;
	font-weight:bold; 
	}
h1:first-letter {
	font-size:30pt;
	color:maroon;
	}

a	{
	font-size:15;
	color:yellow;
	}
a:hover	{
	color:gray;
	font-weight:bold;
	}
#PRESIDENT{
	color:white;
	background-color:black;
	}
.name	{
	color:navy;
	font-style:italic;
	font-weight:bold; 
	font-size:20;
	margin-top:15pt;
	}
.number	{
	font-size:15;
	font-weight:bold; 
	}

