@charset "utf-8";
/* CSS Document */
<style type="text/css">
body,td,th {
	font-family: Arial;
	font-size: 10px;
	color: #03F;
}
a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #06F;
}

.myButton{border-width:1px;
border-color:#06F;
border-style:solid;
text-align:center;
font-weight:bold;
font-size:10pt;
font-family:arial;
background-color:#ABCDEF;
color:#123456;
}
</style>
