@import url("Taichi.css");
p {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #900;
}

H1 {
	font-size: 18px;
	color: #900;
}
a:link {
	color: #900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CED796;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: underline;
	color: #900;
	font-size: 14px;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}
