*{
	font-family: "Century","Hiragino Kaku Gothic Pro","MS ƒSƒVƒbƒN",sans-serif;
}
a, a:visited, a:active{
	color: #cc3333;
	text-decoration: underline;
}
a:hover{
	color: #cc0000;
}
.current{
	color: #cc0000;
}
/*********** Font ***********/
.small {
	font-size: 70%;
}
.normal {
	font-size: 80%;
	line-height: 140%;
}
.large {
	font-size: 85%;
	line-height: 140%;
}
.bold{
	font-weight: bold;
}
.brown{
	color: #330000;
}
.hazel{
	color: #CC925F;
}