/* for common */
*{
	color:#303030;
}
hr{
	color:#808080;
}

/* for links */
a:link		{color:#1177FF; text-decoration:none;}
a:visited	{color:#117777; text-decoration:none;}
a:hover		{color:#1133ff; text-decoration:underline;}
a:active	{color:#f81111; text-decoration:underline;}

/* font setting */
.white{color:#ffffff}
.grey{color:#666666}
.black{color:#222222}
.red{color:#990000}
.green{color:#009966}
.brown{color:#996633}
.bold{font-weight:bold}
