BODY {
	color: #000000; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt; 
	font-family: "Comic Sans MS"; 
	background-color: #FF99CC;
	background-image: url(/Images/JaxBackground.jpg);
} 

a:link{
   color: #990000;
}

H1{
	font-size: large;
	font-weight: bold;
	text-align: center;
}

H2{
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

P{
	font-weight: normal;
	text-align: center;
	font-size: 10pt
}

TD{
	font-weight: normal;
	text-align: center;
	font-size: 10pt
}

TH{
	font-weight: bold;
	text-align: center;
	font-size: 10pt
}

.copy{
	color: #990000;
	font-size: small;
	font-weight: bold;
}

.clientlist{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	text-align: left;
}

/* contact page text */
P.type {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

/*new stuff goes under here */

a.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}