.kentnote{
	background-color : Fuchsia;
	font-size: 90%;
	font-weight: 600;
	color: Yellow;
}
.smalltext{font-size: 80%}
.largetext{font-size: 150%}
.redtext {color: #ff0000}
.smallmenu{
	font-size: 80%;
	background-color: #87CEFA;
	padding: 2;
	border-style: double double double double;
	border-color: 800000;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}

a:active{
	
} 
a:focus{
	color: Red;
} 
a:hover{
	color: Red;
} a:link{
	color: Blue;
}
a:visited {
	color: #191970;
	font-weight: bold;
}

body {
	background-image: url(images/backgrnd.jpg);
}

.note{color: red;
	font-size: 90%;
	background-color: FFFFFF;
	border-style: solid;
	border-width: thin thin thin thin;
	border-color: red;
	padding: 4px;
	margin-left: 5%;
	margin-right: 5%;
	}
A:hover {color: red}
H1{text-align: center;
	font-size: 160%;
	color: #990000;
	font-family: "Verdana";
	font-weight: 800;
	border-left: thick solid;
	border-right: thick solid;
	border-top: thin solid;
	border-bottom: thin solid;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #ffcc99;
	padding:2;
	}
H3{margin-left: 0%;
	color: #990000;
	margin-right: 50%;
	border-top: thin solid;
	border-left: thick solid;
	padding: 5;
	background-color: #ffcc99;
	}
H4{margin-left: 5%;
	color: #990000;
	background-color: #ffcc99;
	margin-right: 60%;
	border-top: thin solid;
	border-right: thick solid;
	}
i{font-style: italic;
	font-weight: 500;
	}
	
p{
	font-size: 100%;
	color: 800000;
	margin-left: 8%;
	margin-right: 5%;
	font-family: "Times New Roman", "Times", "serif";
	font-weight: 550;
}
hr{border-color:800000;
	color:800000;
	border-style:solid;
	border-width: thick thin thick thin}
UL{margin-left: 8%;
   margin-right: 5%;
   }