body  { background-image: url('SinisterCaleBG.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Georgia; 
	margin: 0;
	padding: 0;
	}

a:link { color: red;}
a:visited { color: red;}
a:hover { color: gold;}

p {
	text-indent: 3em;
	color: black
	font-size: small;
	
	}

H1 {
	color: black
	font-size: large
	}

H2 {
	color: black
	font-family: Georgia;
	font-variant: small-caps;
	font-size: large;
	font-weight: 800;
	}

.floatright  {
	float: right;
	}
