BODY {
	background-color: #FFFFFF; 
	color : #000000;
	margin : 0px auto;
	width : 580px;
	font-family : "Trebuchet MS", Arial, Helvetica;
	text-align : center;
}

A { text-decoration: none; }

A:link { color : #008080; }
A:visited { color : #800080; }
A:hover { text-decoration : underline; }
A:active { color : #FF0000; }

.Mouse { font-size : smaller; }

.Header { 
	text-align : center;
	background-color : #000000;
	color : #FFFFFF;
	font-size : larger;
}

H1 { 
	text-align : center;
	font-size : large;
	font-weight : normal;
	margin : 0px;
}

#Home { 
	font-size : x-large; 
	font-weight : bold;
}