body { background-image: url(bg3.jpg); 
	background-color: wheat; 
	background-attachment: fixed;
	font-size: small;
	color: black;
	font-family: 'Times New Roman', serif;
	font-weight: normal; 
	font-style: normal 
	}

marquee {background-color: #000080; 
	font-size: x-large; 
	color: ##101010; 
	font-weight: bold;
	text-transform: uppercase
	}

a:hover {font-weight: bold; color: blue; cursor: hand }
a:link {color: blue}
a:visited {color: firebrick}

h1 { font-size: xx-large;
	color: black;
	font-weight: bold;
	font-style: normal }

h2 { font-size: x-large;
	color: black;
	font-weight: bold;
	font-style: normal }

h3 { font-size: large;
	color: black;
	font-weight: bold;
	font-style: normal }

h4 { font-size: medium;
	color: black;
	font-weight: bold;
	font-style: italic }

ul { list-style-type: disk }

.em { color: darkred }
.imp { color: orangered; 
	font-weight:bold }
.name { font-style: italic }

.helper { font-size:7pt;
	cursor: hand }

img { filter: alpha(opacity=50) }
.photo { filter: alpha(opacity=0) blendtrans(duration=1000) }
