/* 基本設定 */
body, th, td{
	background-color:black;
	font-family:'Courier New';
	font-weight:nomal;
	font-size:14px;
	color:gray;
	margin:5px;
}

/* リンク */
A { text-decoration: none; }
A:hover { color: red; }

/* タイトル */
body font.title {
	font-family:'Courier New';
	font-size:20px;
	font-weight:bold;
	color:red;
	text-align:left;
}



