
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% 0%;
	background: lightblue;
	background-image: url(./grfx/bricks-tile.jpg); 
	font-family: souvenir, Arial, Kids, serif; 
    background-attachment: fixed;
	color: green;
	font-size: 13pt;
	}


table {background: lightblue;
	font-size: 12pt;
	color: black;
	font-family: "Souvenir lt bt", "Times New Roman"; 
	text-align: left;
	spacing: 4px;
	padding: 3px;
	}


h1 {text-align: center;
    color: navy;
	font-family: "souvenir demi bt", "Scratch my back", "Bookman Old Style";
     }

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

h4 {text-align: center;
    color: red;
     }
	 
p {text-indent: 25px;}

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

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

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

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

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

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

tr { vertical-align: top;
	}

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

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