body {
	margin-top: 0px;
	margin-bottom: 0px;
}

.ygl-area {
	font: 1em helvetica, sans-serif;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
	color: white;
        background-color: #8080ff;
}
.ygl-header {
        border-left: double;
        border-right: double;
        border-bottom: double;
	border-color: black black;
	margin-bottom: 10px;
}
.ygl-footer {
	color: white;
	margin-top: 20px;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	clear: both;
	text-align: center;
	font-size: 12pt;
        border-left: double;
        border-right: double;
        border-top: double;
	border-color: black black;
	padding: 3pt;
}

.ygl-header a {
        color: white;
        text-decoration: none;
}

.ygl-header table {
	width: 100%;
}

