.a	{
	font-size: 12px;
	}
.b	{
	font-size: 14px;
	}
.c	{
	font-size: 18px;
	}
.d	{
	font-family: Bitstream Vera Sans, fixed-gothic, msgothic, Osaka;
	font-size: 12px;
	}
.e	{
	font-size: 16px;
	}
.f	{
	font-size: 10px;
	}

a:link	{
	color: #0000ff;
	font-weight: normal;
	text-decoration: none;
	}
a:visited{
	color: #8040c0;
	font-weight: normal;
	text-decoration: none;
	}
a:hover	{
	color: #ff0000;
	font-weight: normal;
	background-color: #ffffe0;
	text-decoration: underline;
	}
a:active{
	color: #ff0000;
	font-weight: normal;
	text-decoration: underline;
	}

