body 
{
	font-family: Palatino Linotype, Times New Roman, Garamond;
	text-align: justify;
	color: black; 
	background-color:  white;
}

img
{
	border: none;
}

a:link
{
	color: red;
	text-decoration: underline; 
	font-weight: bold;
}

a:visited
{
	color: #FF4500;
}

a:hover
{
	color: #990000;
}

ul li
{
	list-style-type: disk;
	list-style-image: url('../img/FinalPhoeniXMini.gif')
}

.center
{
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

table.main
{
	width: 100%;
	margin: 0px;
	border-style: none;
}

td.content
{
	margin: 100px;
}