body
{
	background: rgb(192, 192, 192) url(img/page_bg.jpg) repeat-y center;
	color: #000066;
}
A:link
{                          /* リンク */
  color: #0000FF;
  text-decoration: none
}
A:visited
{                          /* 既に見たリンク */
  color: #0000FF;
  text-decoration: none
}
A:active
{                          /* クリック時のリンク */
  color: #800000;
  text-decoration: none
}
A:hover
{                          /* カーソルが上にある時のリンク */
  color: #008000;
  text-decoration: none
}
