a {
	text-decoration:none;
        vertical-align: middle;
}
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: red;
}

