body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;				
	font-weight: normal; 
			color: gray; 
						line-height: normal;		
			width: 955px;
						padding-top: 5px;
						padding-bottom: 5px;
								margin-left: auto;
								margin-right: auto
	}
h4 {
	font-size: 150%;
	color: black;
	font-weight: bold;
	text-align: center;
		font-family: Times, Times New Roman, Georgia, serif;
	}		
#middle {
	text-align: center;
	}
#menu {
			color: white;
				text-align: center;
					padding: 10px;
						font-size: 90%;
							margin: 2px;
								position: absolute;
									top: 10px;
										left: 10px;
											width: 140px;
												float: left;
	}

.yellback { background: yellow;  }
	.bluetxt {color: blue; }
.blueback { background: blue;  }
	.yelltxt {color: yellow; }
.greentxt { color: green; }

a:link {color: gray; } a:visited {color: gray; } a:hover {color: black; }

#footer {
	text-align: center;
		height: 205px;
			background: url('../../IMAGES/BACKGROUND/518backgrd.GIF');
				border-style: double;
					padding: 5px;
						margin: 10px;
							font-size: 75%
	}