.text_holder .title
{
	font-size: 11px;
        color: rgb(0,142,241);
        text-transform: uppercase;
}
#submenu_ a
{
        text-decoration: none;
        color: rgb(0,142,241);
}
#submenu_ a:hover
{
        color:red;
}
a:link
{
        color:blue;
}

