/* By default (td, body..) use verdana in black. */
.box
{
	color: white;
	font-size: large;
	font-family: verdana, sans-serif;
	background-color: #356d55;
	margin: 0px;
}


/* how links behave */
.box a:link, .box a:visited
{
	color: white;
}

.box a:hover
{
	color: black;
}
