a			{	
				text-decoration: none;
				color: black }

a:hover		{	
				text-decoration: underline;
				color: purple }

#header		{
				visibility: visible;
				position: absolute;
				top: 15px;
				margin-left: 150px;
				margin-right: 150px;
				margin-bottom: 15px;
				height: 105px;
				width: 650px
			}

#left		{
				visibility: visible;
				position: absolute;
				top: 150px;
				margin-left: 15px;
				margin-right: 15px;
				height: 450px;
				width: 100px
			}
			
.leftbox	{
				background-color: white;				
				filter: alpha(opacity=75);
  				opacity:.75;
				border-style: solid;
				border-width: 1px;
				border-color: silver;
				visibility: visible;
				position: absolute;
				top: 260px;
				margin-left: 7.5px;
				margin-right: 15px;
				height: 275px;
				width: 105px
			}

#right		{
				visibility: visible;
				position: absolute;
				top: 150px;
				margin-left: 830px;
				margin-right: 15px;
				height: 450px;
				width: 100px
			}
			
.rightbox	{
				background-color: white;				
				filter: alpha(opacity=75);
  				opacity:.75;
				border-style: solid;
				border-width: 1px;
				border-color: silver;
				visibility: visible;
				position: absolute;
				top: 260px;
				margin-left: 830px;
				margin-right: 15px;
				height: 275px;
				width: 105px
			}
			
#textbg		{
				visibility: visible;
				filter: alpha(opacity=20);
  				opacity:.20;
				position: absolute;
				top: 120px;
				margin-top: 15px;
				margin-left: 150px;
				margin-right: 150px;
				margin-bottom: 15px;
				height: 550px;
				width: 650px
			}			
			
#text		{
				visibility: visible;
				position: absolute;
				top: 120px;
				margin-top: 15px;
				margin-left: 150px;
				margin-right: 150px;
				margin-bottom: 15px;
				height: 550px;
				width: 650px;
				overflow: auto;
				font-family: arial;
				font-size: 12px
			}
			
#bottom		{
				border-style: solid;
				border-width: 1px;
				border-color: silver;
				visibility: visible;
				position: absolute;
				top: 700px;
				margin-top: 15px;
				margin-left: 150px;
				margin-right: 150px;
				margin-bottom: 15px;
				height: auto;
				width: 650px
			}