body {  font-family: 'Arial', 'Verdana', 'sans-serif';
        font-size: 12px;
        color: #888888;
}

td.content_left {
	font-size: 12px;
	color: #000000;
}
td.content {
	font-size: 13px;
	color: #888888;
}
span.title {
	font-size: 16px;
	color: #3f96cb;
	font-weight: bold;
}

span.tag {
	font-size: 11px;
	color: 000000;
}

a {
        text-decoration: none
    }
a:link {
        text-decoration:none;
        color:#888888;
    }
a:visited {
        text-decoration:none;
        color:#888888;
    }
a:hover {
        color:#3f96cb;
        text-decoration:underline;
    }
a:active {
        text-decoration:underline;
}

