<!-- You can insert the CSS to either the document Head or link it as an external resource -->
<style type="text/css">

    table.table-style-new {
        font-family: verdana, arial, sans-serif;
	font-size: 11px;
        color: #333333;
        border-width: 1px;
        border-color: #3A3A3A;
        border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
    }

    table.table-style-new th {
        border-width: 1px;
	padding: 8px;
        border-style: solid;
        border-color: #517994;
        background-color: #B2CFD8;
    }

    table.table-style-new tr:hover td {
        background-color: #DFEBF1;
    }

    table.table-style-new td {
	border-width: 1px;
	padding: 8px;
	font-family: calibri;
	border-style: solid;
	border-color: #517994;
	background-color: #ffffff;
    }

    .thumbnail:hover {
	position:relative;
	top:-25px;
	left:-35px;
	width:300px;
	height:auto;
	display:block;
	z-index:999;
    }

</style>