@charset "utf-8";
/* CSS Document */
body h2 {
	font-family: Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
	color: #00F;
	border: thin none #00F;
	text-align: center;
}
body {
        font-family: Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
	color: #3E3F41;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
}
#demo table {
        width: 100%;
}
tr {
	border: thick solid rgb(255,102,0);
}
