body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: medium;				
	font-weight: normal; 
			color: black; 
			background-color:#ffd700;
			line-height: normal;		
			width: 1024px;
			padding-top: 5px;
			padding-bottom: 5px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			font-family: Times, "Times New Roman", Georgia, serif; }
#mdle { text-align: center; }	
h1 { font-size: 300%; font-weight: bold; color: green;
		text-shadow: 5px 5px 5px olive;}
h2 { font-size: 250%; color: black;}
h3 { font-size: 150%; color: black}
h4 {
	font-size: 175%;
		color: black;
			font-weight: bold;
				text-align: center;}
h5 { font-size: 120%; font-weight: bold; color: navy; }
h6 { font-size: 110%; }		
#middle { text-align: center; }
#just { text-align: justify; }	
.handyfont { font-family: "Black Chancery", "Comic Sans MS", cursive;
				font-weight: normal; font-size: large; }
a:link {color: blue; } a:visited {color: blue; } a:hover {color: red; }
#copy {	font-size: 75%; text-align: justify; }
#footer {
	text-align: center;
	height: 200px;
    background-color:green;
	border-style: groove;
	padding: 5px;
	margin: 10px 10px 10px 10px;
	font-size: 100%;
	color: #ffd700;	}
#italic { font-style: oblique; }
table {
	width: 100%;
	font-size: medium;
	padding: 5px; }
.tinytxt { font-size: 75%; }
.smallcap { font-variant: small-caps; }
.smallcapb { font-variant: small-caps; 	font-weight: bold; }
.bold { font-size: 120%; font-weight: bold; color: navy; }
.boldn { font-weight: bold;	font-size: 120%; }
.gold { color: #ffd700; background-color:#ffd700; }
.green { color: #ffd700; background-color:green; }
.inline {border: none;}
.label { font-variant: small-caps; }
.just { text-align: justify; }
.right { text-align: right; }
.left { text-align: left; }
.center {text-align: center; }
.blutxt { color: blue; }
.redtxt { color: red; }
.yellowtxt { color: yellow; }
.greenyxy { color:green; }
.back {	background: green; color: yellow; padding: 5px; }
.enter { background: green; color: black; padding: 5px; }
.floatl { float: left; padding-right: 10px;	text-align: center;}
.floatr { float: right; padding-left: 10px; text-align: center;	}
.gray { color: gray; }
.uder {text-decoration: underline; }
.scrollArea {
	border:1px black; width: 300px; 
	height: 150px;
	padding-left: 5px;
	padding-right: 5px; 
	text-align: justify;
	border: groove;
	overflow: auto
	}