
body {
	background-color: #900;
	color: white;
	
}

body #intro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 200;

}

A:link {text-decoration: underline; color: red;}
A:visited {text-decoration: underline; color: red;}
A:active {text-decoration: underline; color: red;}
A:hover {text-decoration: underline; color: gray;}