/* Tags and colors */
body
{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #effaff;
background: url('images/bg.gif');
background-repeat: repeat-x;
font-weight: normal;
font-size: 10pt;
}

h1
{
<br>
font-weight: normal;
font-size: 20pt;
color: #6e6e6e;
margin: 60px 0 0 0;
}

p
{
font-family: arial;
font-weight: normal;
font-size: 10pt;
color: #000000;
}

table
{
font-family: arial;
font-weight: normal;
font-size: 10pt;
color: #000000;
}

#pinknum
{
font-family: arial;
font-weight: normal;
font-size: 12pt;
color: #ea1172;
}

ul
{
font-family: arial;
font-weight: normal;
font-size: 10pt;
color: #000000;
}

img 
{
border: 0px;
}

a {
color: #000000;
font-weight: bold;
font-decoration: underline;
}

a:hover{
color: #ea1172;
text-decoration: none;
}

