body
{
	background-color: black;
	color: red;
}

div.caption
{
	font-size: 80%;
}

.floatright
{
	float: right;
	margin: 0 0 10px 10px;
}

.floatleft
{
	float: left;
	margin: 10px 10px 0 0;
}


P.small
{
	font-size: 60%;
}

A:link
{
	color: yellow;
	text-decoration: none;
}

A:visited
{
	color: white;
	text-decoration: none;
}

A:active 
{
	text-decoration: none;
}

A:hover 
{
	text-decoration: underline;
}