/* for common */
table{
	color:#d00000;
}

input{
	border:1 solid #ff0000;
}

textarea{
	border:1 solid #ff0000;
}

/* for links */
A:link		{color:#ba0404; text-decoration:none;}
A:visited	{color:#ba0404; text-decoration:none;}
A:hover		{color:#e36248; text-decoration:underline;}
A:active	{color:#e36248; text-decoration:underline;}
