/* 

	Index.css

	Styles for the index.html home page

*/

.index
{
	text-align: center;
	font-family: Arial;
	font-weight: bold;

}

.index H1
{
	font-size: 48px;	
}

.index H2
{
	font-size: 48px;
}


.index a
{
	color: blue;
	background: none;
}


.index a:link
{
	color: blue;
	background: none;
}

.index a:hover
{
	color: white;			
	background: none;
}


.index a:visited
{
	color:#8b4513;			/* dark brown */
	background: none;
} 

.style1
{
	text-align: center;
	font-family: Arial;
	font-size: +48;
	color: black;
}
.style1 a
{
	color: blue;
	background: none;
}


.style1 a:link
{
	color: blue;
	background: none;
}

.style1 a:hover
{
	color: white;			
	background: none;
}


.style1 a:visited
{
	color:#8b4513;			/* dark brown */
	background: none;
} 

.style2
{
	font-family: Arial;
	font-size: +24;
	font-weight: bold;
	color: black;
	background: none;
}