/* GENERAL HTML TAGS */

*{
 /* zero the padding and margin for everything, to ensure browser compatibility */
 padding:0;
 margin:0;
}

body{
 background: #ffffff;
 font-family: Arial, sans-serif;
 font-size: 12px;
 line-height: 1.5;
}

img{
 border: none;
}

a{
 color: #0073d2;
 text-decoration: underline;
}

a:link, a:visited{
 color: #0073d2;
 text-decoration: underline;
}

a:hover, a:active{
 color: #39105a;
 text-decoration: underline;
}

div{
 text-align: left;
 border-top: 1px solid #c6c6c6;
 margin: 0 10px;
 padding: 10px 0;
}
p{
 color: #00264b;
}

span.title{
 display: block;
 color: #727275;
 font-weight: bold;
}
