body {
	color: #000000;
	background-repeat: repeat;
	background-position: right bottom;
}

h1{
	text-align: center;
	color: #ffffff;
	background-color: #00ff00;
}

h2{
	color: blue;
	background-color: #00ffff;
}

h3{
	color: #000000;
	background-color: #88ffff;
}

h4{
	color: #000000;
	background-color: #ccffff;
}

span.strong{
	color: #000000;
	font-weight: 900;
}

div.center{
	text-align: center;
}

a       { text-decoration:underline; color:#0000ff;}
a:hover { text-decoration:underline; color:#ff0000;}

p1 { letter-spacing: 1em }


