.darker {
	BACKGROUND: #DDDDDD; COLOR: #000000
}
.lighter {
	BACKGROUND: #EEEEEE; COLOR: #000000
}

.text
{
	position: absolute;
	top: 150px;
	left: 100px;
}

.meditext
{
	position: absolute;
	left: 20px;
	top: 20px;
}



.error {
    color:red;
}

A {color:#555555; text-decoration:"none" }
a:link { color: #555555; text-decoration: "none"; font-weight: normal;}
a:hover { color: #000000; text-decoration: "none"; font-weight: bold;}
a:visited { text-decoration: "none"; font-weight: normal;}

