/* CSS Document */

body
{
	background-color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #00CCCC;
}
h1
{
	color: #0099CC;
	letter-spacing: 1.5em;
	font-style: oblique;
	border-bottom: double medium #4B91A7;
}

a:link, a:visited
{
	color: #4B91A7;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#tangerine
{
	position:relative;
	height:255px;
}

div.linkstyle
{
	font-size:0.9em;
	width: 20em;
	float: left;
	position: relative;
}
