<style>
* {
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

body {
background-color:#CB7775;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

a:link {
	text-decoration: underline;
	color: #506F84;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #506F84;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
        background-color: #CB7775;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
        background-color: #ffffff;
	color: #506F84;
	font-weight: bold;
}

html,body {
    height:100%;
    overflow:auto;
    padding:0px;
    margin:0px
}

#container {
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-430px;
    height:100%;
    padding-bottom:35px;
    padding-top:15px;
    width:860px
}


</style>