
P,OL,UL,DIV {
   font-family: Arial;
   font-size: 11px;
   color: #000000;
   margin-top:0;
   margin-bottom:0;
}

/* Headings */
H1,H2,H3,H4,H5 {
   font-family: Arial;
   color: #000000;
   font-size: 14px;
   margin-top:0;
   margin-bottom:0;
}

a:link {
	font-weight: none;
 	font-family: Arial;
 	font-size: 11px;
 	text-decoration: none;
 	color: #0388C9;
}

a:visited {
    font-weight: none;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    color: #0388C9;
}

a:hover {
   font-weight: bold;
   font-family: Arial;
   font-size: 11px;
   text-decoration: none;
   color: #0388C9;
}

a:active {
    font-weight: none;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    color: #0388C9;
}