@charset "utf-8";
/* CSS Document */
BODY {
		font-family : "Times New Roman";
		font-size : 19px;
	}
A {color:#0000FF}
	A:HOVER {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: Red;
	border-right-color: Red;
	border-bottom-color: #FF0000;
	border-left-color: Red;
	}
