			html {
				overflow-y: scroll;
			}
			h6 {
				font-size:4em;
				margin-bottom:0px;
				margin-top:0px;
				font-family: Rockwell, Times New Roman;
				font-weight:bold;
			}
			
			h5 {
				font-size:1.6em;
				margin-top:5px;
			}
			
			a.list_1 {
				display: block;
				float:left;
				width: 146px;
 				height:32px;
				line-height: 32px;
				color: #000;
				text-decoration: none;
				background: url(menu/home.png) no-repeat center top;
				margin-top:-20px;
				padding:0px;
			}
			
			a.list_1:hover {
				background-position: left bottom;
				color: #fff;
			}		
				
			a.list_2 {
				float:left;
				display: block;
				width: 146px;
 				height:32px;
				line-height: 32px;
				color: #000;
				text-decoration: none;
				background: url(menu/news.png) no-repeat center top;
				margin-left:-2px;
				margin-top:-20px;
				padding:0px;
			}
			
			a.list_2:hover {
				background-position: left bottom;
				color: #fff;
			}			
				
			a.list_3 {
				display: block;
				float:left;
				width: 156px;
 				height:32px;
				line-height: 32px;
				color: #000;
				text-decoration: none;
				background: url(menu/info.png) no-repeat center top;
				margin-left:-2px;
				margin-top:-20px;
				padding:0px;
			}
			
			a.list_3:hover {
				background-position: left bottom;
				color: #fff;
			}			
				
			a.list_4 {
				display: block;
				float:left;
				width: 146px;
 				height:32px;
				line-height: 32px;
				color: #000;
				text-decoration: none;
				background: url(menu/links.png) no-repeat center top;
				margin-left:-2px;
				margin-top:-20px;
				padding:0px;
			}
			
			a.list_4:hover {
				background-position: left bottom;
				color: #fff;
			}			
				
			a.list_5 {
				display: block;
				float:left;
				width: 148px;
 				height:32px;
				line-height: 32px;
				color: #000;
				text-decoration: none;
				background: url(menu/contact.png) no-repeat center top;
				margin-left:-2px;
				margin-top:-20px;
				padding:0px;
			}
			
			a.list_5:hover {
				background-position: left bottom;
				color: #fff;
			}	
			
			a.sub {
				text-decoration:none;
				border:2px black solid;
				color:blue;
				margin-left:-6px;
				padding:2px 17px 2px 17px;
				font-size:1.3em;
				font-weight:bold;
				background-color:white;	
				height:140px;			
			}
			
			a.sub:hover {
				color:red;	
				background: url(images/baseball.png) no-repeat center left;	
				padding:2px 6px 2px 28px;		
				background-color:white;
			}	
			
			a.sub2 {
				text-decoration:none;
				border:2px black solid;
				color:blue;
				margin-left:-6px;
				padding:2px 18px 2px 17px;
				font-size:1.3em;
				font-weight:bold;	
				background-color:white;			
			}
			
			a.sub2:hover {
				color:red;		
				background: url(images/baseball.png) no-repeat center left;	
				padding:2px 6px 2px 29px;		
				background-color:white;		
			}

			body {
				background-image: url(bg.png); 
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-position: top center;
				
			}

			div.subm {
				text-align:center;
				margin:auto;
				margin-top:-45px;
				margin-bottom:20px;
				height:24px;
			}

			div.menu {			
				text-align:center;
				margin:auto;
				margin-bottom:-20px;
			}

A:visited {color:blue}