/* CSS Document */



body {
				font: 12pt Verdana,Trebuchet MS,Trebuchet,Sans-serif;
				color: #ffffff;
				height: 80%;
				margin: 0px;
				border: 0px;
				padding: 0px;
				background: #000000;
				background-image: url(../images/background-phli.jpg);
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-position: center; 
				background-position: middle; 

}

a:link {
	font-weight: bold;
	color: #ff0000;
	text-decoration:none;
}

a:visited {
	font-weight: bold;
	color: #ff0000;
	text-decoration:none;
}

a:active {
	font-weight: bold;
	color: #ff0000; 
	text-decoration:none;
}

a:hover {
	color:#009999; 
	text-decoration:none;
}

h1 {
	font-weight: bold;
	font-size:24px;
	color: #ffffff;
	font-family: "Eras Light ITC", "verdana", "arial";
}

p {
	font-weight: normal;
	font-size:16px;
	color: #ffffff;
	font-family: "Eras Light ITC", "verdana", "arial", "Sans-serif";
}

td {
	font-weight: normal;
	font-size:18px;
	color: #ffffff;
	font-family: "Eras Light ITC", "verdana", "arial", "Sans-serif";
}





