/* styles.css */

p { background-color: white; color: black; 
	font-family: Arial, Helvetica, sans-serif; }

p.italics { background-color: white; color: black; 
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic; }

p.warning { background-color: white; color: red;
	font-family: Arial, Helvetica, sans-serif; }

p.green { background-color: white; color: green;
	font-family: Arial, Helvetica, sans-serif; }

p.finger { background-color: black; color: white;
	font-family: Arial, Helvetica, sans-serif; }

h1,h2,h3,h4,h5,h6 { background-color: white; color: black;
	font-weight: bold;
	text-align:center;
	margin-top: 0px; }

:link { background-color: white; color: green; }

:visited { background-color: white; color: red; }

img.header { background-color: white; color: black;
	width: 50%; 
	position: relative;
	left: 25%; }

table.links { table-layout: fixed;
	width: 50%;
	position: relative;
	left: 25%;
	text-align: center; }

table.gallery { table-layout: fixed;
	width: 80%;
	position: relative;
	left: 10%;
	text-align: center; }

table.pics { table-layout: fixed;
	width: 100%;
	text-align: center; }

table.finger { table-layout: fixed;
	width: 100%;
	text-align: center;
	background-color: black;
	color: white; }

body.finger { background-color: black; color: white; }

hr { color: green; height: 5px; width: 100%;
	background-color: white; }