<style type="text/css">
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center;
background-color: #FFF;
}
.copy {
font-family: Verdana, Geneva, sans-serif;
font-size: 36px;
font-weight: normal;
font-variant: normal;
color: #000;
}
.copy {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
}
table
{border: solid 5px #000000}
</style>
|