@import url("tw/index.css");
body {
	font-family: Verdona;
	font-size:14px;
}

A {
	color: #0000AF;
	text-decoration: none;
}

A:hover {
	color: #0000FF;
	text-decoration: underline;
}

TD A:hover {
	text-decoration:none;
}

TD {
}

div.welcome {
	border-style: double;
	border-width: 0;
	background-color: #789E6C;
	align: center;
	width: 80%;
	text-align: center;
}
