@charset "utf-8";
/* CSS Document */

body {

	background-image: url(images/pattern.gif);
	background-color:#CCFFFF;
	cursor: default;
	color: #000066;
	
}

table {

	border: thin;
	border: #009966;
	background-image: url(images/table_background.png);
	background-repeat: repeat;
	
}

td {
	
	border: none;
}

a:link {

	text-decoration: none;
	
}

a:hover {

	text-decoration: underline;
	color: #0099CC;

}

a:visited {

	color: #FF0000;
	text-decoration: none;

}

#name {

	background-color: #00CC00
}
	
