body {
	background-attachment: fixed;
	background-image: url(images/bricks.jpg);
	font-family: comic sans MS;
	font-size: 16px;
	font-style: normal;
	TEXT-ALIGN: JUSTIFY;
	color: silver;
}


a {
	font-weight: bold;
	text-decoration: none;
	color: silver;
}

a:hover	{
	font-weight: bold;
	color: silver;
	text-decoration: underline overline;
}

h1 {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: silver;
	TEXT-ALIGN: CENTER
}

h2 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #silver;
}

h3 {
	font-size: 18px;
	color: #FFFFFF;
}

h4 {
	font-size: 14px;
	color: #999999;
}

h6 {
	font-size: 12px;
	color: #FFFFFF;
}