BODY
{
	background-color: black;
	background-image: url(images/00-yoohoo.jpg);
	background-attachment: fixed;
}

H1, H2, H3, H4, H5, H6, P, LI, UL
{
	color: white;
	font-family: verdana, sans-serif;
}

P, LI, UL
{
	font-size: small;
	font-weight: bold;
}

P
{
	margin: 0;
}

.smaller
{
	font-size: smaller;
	color: gray;
	font-weight: normal;
}

.caption
{
	text-align: left;
	color: yellow;
}

A:link
{
	color: #FF0000;
}

A:visited
{
	color: #FF0000;
}

A:active
{
	color: #FF0000;
}
