html 
{
  overflow-y: scroll;
}
body 
{ 
color: black;
background-color: white;
font-family: Times, serif;
font-size: 110%;
font-stretch: semi-expanded;
background-image: url("http://www.althena.com/images/gradient.gif");background-repeat: repeat-x
}

A:link 		/* unvisited link: red with white background*/
{ 
color: red;
background-color: white;
}   
A:visited 	/* visited link: orange with white background */
{ 
color: orange;
background-color: white;
} 	

ul.standard
{
list-style: none;
padding:20px;
margin:0;
}

ul.menu
{
	list-style-type: none;
	position:absolute;
	left:-30px;
	top:100px;
}

ul.menu li
{
	font-weight:bold;
	font-size: 90%;
	background-color:#642758;
	width:95px;
	padding-left:10px;
	text-align:justify;
	text-decoration:none;
}

ul.menu a
{
	text-decoration:none;
	background-color:#642758;
}

ul.menu a:link,a:visited
{
color:#fff316;
}

ul.menu a:hover,a:active
{
color:#ffbb39;
}

h1
{
  font-weight: bold;
  font-size: 200%;
}

h2
{
  font-weight: bold;
  font-size: 120%;
}
div.center
{
text-align: center;
}
div.margin
{
margin-top:5px;
margin-bottom:50px;
margin-right:10%;
margin-left:10%;
}
div.float 
{
  text-align: center;
  float: left;
  width:600px;
  height:600px;
  margin:5px;
}
 
div.float p 
{
   text-align: center;
}
div.spacer 
{
  clear: both;
}