
body
{
   font-family: Arial;
   font-size: 14px;     
}

h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 14px; 
   margin-bottom:10px;
   color: #ffffff;
   leading: 10px;
}

p
{
   font-family: Arial;
   font-size: 14px;
   margin-bottom:10px;
   color: #ffffff;
}

p.small
{
   font-family: Arial;
   font-size: 10px;
   margin-bottom:10px;
   color: #ffffff;
}

a
{
   text-decoration: underline;
}

a:link
{
   color: #ffffff;
}
a:visited
{
   color: #ffffff;
}
a:active
{
   color: #ed7902;
}
a:hover
{
   color: #ed7902;
}
