body { 
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		background-image: url(background.gif);
		background-repeat:repeat-y;
		background-position: left;
		background-attachment:fixed;
		background-color: Black;
}

A:link 		{
		color: Silver;
		font-size:medium;
		font-weight: bold;
}
		
A:visited 	{
		color: Gray;
		font-size:medium;
		font-weight: bold;
}

A:hover {
		color: White;
		font-size:medium;
		font-weight: bold;
}

H1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: large;
	text-align: center;
}