#tut_table {
	font: normal 12px verdana;
    position: relative;
    width: 90%;
    border: 1px solid #336699;
    background-color: #eeeeee;
    margin: 15px 0px;
    padding: 5px 10px;
}
#tut_table p.tut_text, #tut_table p.tut_text a{
	color: #000000;
	margin: 0px 0px;
	padding: 2px 0px;
}

#tut_table p.tut_title, #tut_table p.tut_title a {
	color: #000000;
	margin: 0px 0px;
	padding: 2px 0px;
}

#tut_table span.tut_date {
	font: normal 10px arial;
	color: #fff;
	position: absolute;
	left: -10px;
	top: -10px;
	padding: 1px 3px;
	background-color: #336699;
}

#tut_table p.tut_web, #tut_table p.tut_web a{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px;
	padding: 2px 0px;
	border-top: 1px dashed #336699;
}

#tut_table p.tut_web a:hover, #tut_table p.tut_title a:hover {
	font-weight: bold;
	color: #000000;
}