body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html, body, #wrapper {
        height:100%;
        margin: 0;
        padding: 0;
        border: none;
        text-align: center;
}
#wrapper {
        background-color: #ffffff;
        margin: 0 auto;
        text-align: left;
        vertical-align: middle;
        width: 950px;
}
.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-left-color: #333333;
	padding-right: 12px;
	text-align: right;
}
a:link {color: #333333;text-decoration: none}
a:visited {color: #666666;text-decoration: none}
a:hover {color: #CC330E;text-decoration: underline}
a:active {color: #333333;text-decoration: none}