/*
Title: デフォルト
Revision: $Revision: 1.0 $
Author: hoge
Access: hoge@s17.xrea.com
License: GPL
Comment: hogeデフォルト

validated by W3C.
 */

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: white;
	color: black;
}

/*
リンク文字列に関する設定
*/
a:link {
  text-decoration: none;
  color: #ff8c00;
  background-color: transparent;
}

a:visited {
  text-decoration: none;
  color: #ff8c00;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
  color: #ff8c00;
  background-color: transparent;
}
