body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: "Osaka", "sans-serif";
}

a:link {  text-decoration: none; color: #333333}
a:visited {  text-decoration: none; color: #333333}
a:hover {  text-decoration: underline; color: #333333}
a:active {  text-decoration: underline; color: #CC3366}

.escape{
    font-size: 10px;
    color: #ffffff;
	padding: 2px 2px 2px 10px;
	background-color: #000000;
}

.text{
    font-size: 12px;
	line-height: 18px;
    color: #333333;
}


.back{
	background-color: #E2DDAA;
}
