body    {
	background-color: DarkBlue;
	background-image: url(gulfstream.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: georgia, arial, sans-serif, helvetica;
	color: #f7f7f7;
	font-size: 12px;
	text-decoration: none;
	font-smooth: always;
}

table    {
	font-family: georgia, arial, sans-serif, helvetica;
	color: #f7f7f7;
	text-decoration: none;
	font-size: 13px;
	font-smooth: always;
}

a    {
	font-family: georgia, arial, sans-serif, helvetica;
	color: #f7f7f7;
	font-size: 15px;
	text-decoration: none;
	font-smooth: always;
}

a:link    {
	font-family: georgia, arial, sans-serif, helvetica;
	color: #f7f7f7;
	font-size: 15px;
	text-decoration: none;
	font-smooth: always;
}

a:active    {
	font-family: georgia, arial, sans-serif, helvetica;
	color: red;
	background: yellow;
	font-size: 15px;
	text-decoration: overline;
}

a:visited    {
	font-family: georgia, arial, sans-serif, helvetica;
	color: blue;
	font-size: 15px;
	text-decoration: none;
	font-smooth: always;
}

a:hover    {
	font-family: georgia, arial, sans-serif, helvetica;
	color: #d9d9d9;
	font-size: 14px;
	text-decoration: underline;
	font-smooth: always;
}
