.front
{
	text-decoration: none;

}


.front a:link
{
	text-decoration: none;
color: white;
}

.front a:visited
{
	text-decoration: none;
color: white;
}


.index1
{
background-color: black;
color: white;
padding: 5px;
}

.index1 a:link
{
	text-decoration: none;
color: white;
}

.index1 a:visited
{
	text-decoration: none;
color: gray;
}

.index2
{
background-color: white;
color: black;
padding: 5px;
}

.index2 a:link
{
	text-decoration: none;
color: black;
}

.index2 a:visited
{
	text-decoration: none;
color: black;
}