/*External Style Sheet*/


h1
	{
	font-size: 55px;
	font-family: ATC Caribe, verdana, arial, sans-serif;
	text-align: center;
	}
h2
	{
	font-size: 35px;
	font-family: AvantGarde Md BT, verdana, arial, sans-serif;
	text-align: center;
	}

h3
	{
	font-size: 30px;
	}

h4
	{
	font-size: 23px;
	}
p
	{
	text-align: center;
	}
body
	{
	font-size: 20px;
	font-family: AvantGarde Md BT, verdana, arial, sans-serif;
	}

.credit
	{
	font-size: 15px;
	color: #0099cc;
	}

.red
	{
	font-size: 29px; 
	font-style: italic; 
	color: red;
	}

a:visited
	{
	color: teal;
	text-decoration: none;
	}

a:link
	{
	color: teal;
	text-decoration: none;
	}

a:hover
	{
	color: #0099cc;
	text-decoration: underline;
	}