/*

外部スタイルシート、ファイル名：style.css

スタイルシートリファレンス
http://www.htmq.com/style/index.shtml

タグ
<link rel="stylesheet" type="text/css" href="style.css">


*/


body,td,th {
	color: #666666;
}

.style1 {color: #FF0000}
.style2 {color: #333333}
.style3 {font-size: 10px}

h1 {
	text-align: center;
	font-size: 10px;
}

h2 {
	font-size: 10px;
}

a{
	text-decoration: none;
}

