@charset "UTF-8";
table caption {
	font-family: "Courier New", Courier, monospace;
	font-size: 2em;
	color: #090992;
	text-decoration: none;
	background-color: #e5ecf9;
	line-height: 120%;
	padding-top: .5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table caption a {
	font-size: 0.6em;
	text-decoration: none;
	color: #00C;
	margin: 0em;
	padding: 1em;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	
	line-height: 110%;
	color: #666;
	text-decoration: none;
	background-color: #FC0;
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	background-color: #FFF;
	font-size: .6 em;
	color: #00C;
	padding: 0.5em;
	margin: 0px;
}
