.blown12bold {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.kimidori11underbar {
	font-size: 12px;
	line-height: 130%;
	color: #33CC00;
	text-decoration: underline;
}
a:link {
text-decoration: none;
color: #990000;
}

a:visited {
text-decoration: none;
color: #990000;
}

a:hover {
text-decoration: none;
color: #FF9900;
}

a:active {
text-decoration: none;
color: #FF9900;
} 

a: blue {
text-decoration: none;
color: #003366;
}

a:link.blue {
text-decoration: none;
color: #003366;
}

a:visited.blue {
text-decoration: none;
color: #003366;
}

a:hover.blue {
text-decoration: none;
color: #3399CC;
}

a:active.blue {
text-decoration: none;
color: #3399CC;
} 

a: pink {
text-decoration: none;
color: #990000;
}

a:link.pink {
text-decoration: none;
color: #990000;
}

a:visited.pink {
text-decoration: none;
color: #990000;
}

a:hover.pink {
text-decoration: none;
color: #FF6699;
}

a:active.pink {
text-decoration: none;
color: #FF6699;
} 

a: green {
text-decoration: none;
color: #33CC00;
}

a:link.green {
text-decoration: none;
color: #33CC00;
}

a:visited.green {
text-decoration: none;
color: #33CC00;
}

a:hover.green {
text-decoration: none;
color: #33FF00;
}

a:active.green {
text-decoration: none;
color: #33FF00;
} 

.lightpink12bd {
	font-size: 12px;
	font-weight: bold;
	color: #FF7777;
}