/*
   Homepage style sheet
   1998 Jonathan Ruano <jonah@encomix.es>
   $Id: default.css,v 1.1.1.1 1999/07/17 14:59:52 jim Exp $
 */

BODY {
	background-color: rgb( 0, 0, 40 );
	color: rgb( 135, 192, 255 );
}

BODY.rose {
	background-image: url(images/misc/rose.gif);
	background-repeat: repeat-y;
}

H1,H2,H3,DIV {
	color: rgb( 230, 230, 230 );
}

I {
	color: rgb( 240, 240, 192 );
}

P.quote {
	color: rgb( 135, 192, 128 );
}

b.header {
	color: rgb( 255, 255, 255 );
}

a:link {
	color: rgb( 150, 150, 150 );
}

a:visited {
	color: rgb( 128, 128, 128 );
}

/* End of style sheet */

