body {
	background-color: #ffffe0;
	font-family: arial, helvetica, tahoma, sans-serif;
	margin: 10px
}

A { text-decoration: none }

A:link { color: darkblue }

A:active { color: red }

A:visited { color: maroon }

A:hover { text-decoration: underline; color: red }
