<html>
<head><title>CSS</title>
<style type="text/css">
h1 { font-size: x-large; font-weight: bold; color: #CC0000 }
h2 { font-weight: bold; color: #990000 }
body { background-color: #660066 }
a:link { 
	color: #000000;
	}
a:visited { 
	color: #CC99FF;
	}
a:hover { 
	color: #990000;
	background-color: none;
	text-decoration: none;
	}
a:active { 
	color: #CC3333;
	}

.tablesetting {
	border: #990000;
	}

</style>
</head>
</html>