@charset "utf-8";
/* CSS Document */

.orange{
color:#FF6600;
font-size:13px;
font-weight:bold;
}

.links{
color:#333333;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.links:hover{
color:#FF6600;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}
.expl{
color:#999999;
font-weight:normal;
font-size:10px;
}