@charset "utf-8";
	table a:link {text-decoration: underline; color: red;}
	table a:hover {color: white; text-decoration: none; background: #C60000;}
	table a:visited {text-decoration: none;}
	table a:active {text-decoration: none; color: blue; background: none;}
	tr {text-align:center;}
	table {border-width:medium; border:medium; border-color:#000000;}
/* CSS Document */

