/* SPECK_EN */



/*** link ***/
a:link    {
	color: #FF6600;
	text-decoration:none;
}
a:active  {
    color: #FF9900;
	text-decoration:underline;
}
a:visited {
    color: #FF6633;
	text-decoration:none;
}
a:hover   {
    color: #FF9900;
	text-decoration:underline;
}

.speck{
	font-family: sans-serif;
	font-size: 12px;
	line-height:1.4em;
	color:#4D4D4D;
}