/* LHS 2000 Screen Styles */
body {text-align: center; font-family: Arial, Helvetica, sans-serif; color: #8B0000}
body {background-color: #000000;}
header {background-color: #000000}
#h1 {text-align: center; font-family: Arial, Helvetica, sans-serif; color: #8B0000; font-size: 50pt}
#h2 {text-align: center; font-family: Arial, Helvetica, sans-serif; color: #8B0000; font-size: 20pt}
#h3 {text-align: center; font-family: Arial, Helvetica, sans-serif; color: #8B0000; font-size: 15pt}
head {text-align: center}
links {text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
main {width: 70%; float: left}
source {text-align: center; font-family: Arial, Helvetica, san-serif; font-size: 6pt}
line {color: red; background-color: purple; height: 2px; width: 100%}
contact {text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 14pt}

#home 
	{
		display: inline-block;
		width: 150px;
		height: 34px;
		background: url("Home.jpg") no-repeat 0 0;
	}
#home:hover
	{
		background-position: 0 -34px;
	}
#home span
	{
		display: none;
	}	
	
#reunion
	{
		display: inline-block;
		width: 150px;
		height: 34px;
		background: url("Reunion.jpg") no-repeat 0 0;
	}
#reunion:hover
	{
		background-position: 0 -34px;
	}
#reunion span
	{
		display: none;
	}	

#classmates 
	{
		display: inline-block;
		width: 150px;
		height: 34px;
		background: url("Classmates.jpg") no-repeat 0 0;
	}
#classmates:hover
	{
		background-position: 0 -34px;
	}
#classmates span
	{
		display: none;
	}	

#newsletter 
	{
		display: inline-block;
		width: 150px;
		height: 34px;
		background: url("News&Notes.jpg") no-repeat 0 0;
	}
#newsletter:hover
	{
		background-position: 0 -34px;
	}
#newsletter span
	{
		display: none;
	}	

#photos 
	{
		display: inline-block;
		width: 150px;
		height: 34px;
		background: url("Photos.jpg") no-repeat 0 0;
	}
#photos:hover
	{
		background-position: 0 -34px;
	}
#photos span
	{
		display: none;
	}	

#links 
	{
		display: inline-block;
		width: 150px;
		height: 34px;
		background: url("Links.jpg") no-repeat 0 0;
	}
#links:hover
	{
		background-position: 0 -34px;
	}
#links span
	{
		display: none;
	}	
	
		
