BODY {
	background-image: url(backgr4.jpg);
	background-color: black;
	color: yellow;
}

A { color: yellow;}
A:visited {color: yellow;}
A:active {color: yellow;}

H1 {
	font-size: 32px;
	font-style: oblique;
	font-weght: bolder;
}

.small {
	font-size: 10px;
	color: #ff8000;
}

P {
	text-indent: 2em;
	font-size: 12pt;
}
