
a:link, a:visited {text-decoration: none;
		 font-size: 12pt;
		 color: navy;
		 font-family: Times, Arial;
		font-weight: bold;
		 }

a:hover {font-size: 12pt;
	 text-decoration: underline;
	 color: navy;
	 font-weight: bold;
	 }

body {margin: 0%;
	background: lightblue;
	background-image: url(./grfx/scheanwbkgd.jpg);
	background-position: top;
	font-family: "Souvenir lt bt", "Times New Roman"; 
	background-attachment: fixed;
	color: pink;
       }

table {background-image: url(./grfx/parchmnt.jpg);
	font-size: 12pt;
	color: black;
	font-family: "Souvenir lt bt", "Times New Roman"; 
	text-align: left;
	background-position: right;
	background-repeat: repeat; /*l-r top-bottom*/
	padding: 0px;
	}


h2 {text-align: center;
    color: navy;
	font-family: "Souvenir lt bt", "Bookman Old Style", "Scratch my back";
     }

h3 {text-align: center;
    color: pink;
     }

p {text-indent: 25px;}

input {font-family: "souvenir lt bt", "Scratch my back", "Bookman Old Style";
	color: blue;
	background: lightblue;
	font-size: 13;
	font-weight: bold;
}


#e {font-family: "souvenir lt bt", "Scratch my back", "Bookman Old Style";
	text-align: right;
	color: green;
	font-weight: bold;
	}

#s {font-family: "souvenir demi bt", "Scratch my back", "Bookman Old Style";
	text-align: left;
	color: pink;
	font-weight: bold;
	}

tr { vertical-align: top;
	}

select {color: blue;
	background: yellow;
	font-weight: bold;
	font-size: 13;}

.hilite {color: red;
	 font-weight: bold;
	 font-family: souvenir, "Times New Roman", Arial;
	 background: yellow;
	 }

#join {width: 700;
	border-style: dashed; 
	border: 2; 
	padding: 4;
	}

