
a:link, a:visited {text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	color: blue;
	font-family: "Souvenir lt bt", "Times New Roman";
	 }

a:hover {font-size: 12pt;
	text-decoration: underline;
	font-weight: bold;
	color: blue;
	font-family: "Souvenir lt bt", "Times New Roman";
	}

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

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

tr { vertical-align: top;
	}

.c {border: blue;
	text-align: right;
	border-style: groove;
	}

.s { color: afeeee;
	font-weight: bold;
	border-style: dashed;
	background: navy;
	border-color: b0e0e6;
	text-align: center;
	padding-bottom: 7;
	}

.not { font-family: "Souvenir lt bt", "Times new Roman";
	text-align: justify;
	background: paleturquoise;
	margin-right: 10px;
	margin-left: 10px;
	color: black;
	font-weight: bold;
	border-style: dotted;
	border-color:teal;
	padding: 4;
	}

blockquote { font-family: "Souvenir lt bt", "Times new Roman";
	text-align: justify;
	background: paleturquoise;
	margin-right: 20px;
	margin-left: 20px;
	color: teal;
	font-weight: bold;
	}

option { background: white;
	color: blue;
	font-weight: bold;
	font-family: Arial, Kids, Times;
	}

select {background: blue;
	color: white;
	font-weight: bold;
	font-family: Arial, Kids, Times;
	}
	
h1 {text-align: center;
    color: navy;
	}

h2 {text-align: center;
    color: white;
	}

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


h4 {text-align: center;
    color: navy;
     }

#bullet {border: 5;
	vertical-align: middle;
	height: 10;
	width: 10;
	background-image: url(./grfx/24.gif);
	}

ul {list-style-image: url(./grfx/blueb.gif);
     margin-left: 1px;
     list-style-position: outside;
    }

li {list-style-image: url(./grfx/pencil.icon.gif);
	margin-left: 7px;
	margin-right: 12;
	line-height: 1.5;
	color: teal;
    list-style-position: inside;
	font-weight: bold;
	}

#a {list-style-image: url(./grfx/d.gif);
    margin-left: 2px;
	}

.april {	background-image: url("./grfx/scheaheader.jpg");
	background-attachment: fixed;
	background-position: 100% 0%;
	background-repeat: no-repeat; /*l-r top-bottom*/
}

p {text-indent: 29px;
    }
