<STYLE type="text/css">
body{
	font-family: Century Gothic URL('GOTHIC.TTF');
	color: #fde9d9;
	font-size: 16px;
	background: #365f91;
	text-decoration:none;

}
img {
	border:none;
}
.content{
width: 900px;
margin: auto;
text - align:center;
}
b{
font-family: Century Gothic URL('GOTHIC.TTF');
}

a:link  {
	color: #fde9d9;
	underline: none;
	TEXT-DECORATION: none;
}
a:active  {
	color: #fde9d9;
	TEXT-DECORATION: none;
}
a:visited  {
	color: #fde9d9;
	TEXT-DECORATION: none;
}
a:hover  {
	color: #8800FF;
	TEXT-DECORATION: none;
}

</style>