/*

blue.css - version 1.0.1

Dark blue stylesheet for the whole site.

Copyright (c) 2004 Paul Waring.

*/

a:link, a:visited, a:hover, a:active
{
	color : #00f;
}

#top
{
	background-color : #006;
}

#top a.header
{
	color : #fff;
}

em
{
	font-style : normal;
	color : #c00;
}

.music
{
	color : #090;
}