body {
 font-family: arial, helvetica, sans-serif;
 font-size: 110%;
 margin: 0 auto;
 padding: 0 150px;
 background-color: white;
}

td {
 vertical-align: top;
}

a {
 text-decoration: none;
}

.footer {
 text-align: right;
 color: gray;
 margin-right: 10px;
}

.button {
 background-color: #090909;
 color: #ffffff;
 float: right;
 padding: 10px;
 border-radius: 10px;
}

.tright {
 text-align: right;
 font-style: italic;
}

.centered {
 text-align: center;
}

.floatright {
 float: right;
}

.yellowbg {
 background-color: #FFFF80;
}

input[type=checkbox] {
 -ms-transform: scale(3); /* IE */
 -moz-transform: scale(3); /* FF */
 -webkit-transform: scale(3); /* Safari and Chrome */
 -o-transform: scale(3); /* Opera */
 border: 2px inset ThreeDFace ! important;
 display: inline-block;
 margin: 5px;
 padding: 5px;
 width: 20px;
 height:20px;
 color: #f10;
}
