body {
   background-color: #fff;
   font-family: Arial, Geneva, sans-serif;
   color: #000;
   margin: 0px;
   align: center;
   font-size: 0.9em;
   }

a:link {
	color: #b91414;
   font-weight: bold;
}

a:visited {
   color: #000066;
   font-weight: bold;
}

a:hover {
   color: #336699;
   font-weight: bold;
} 

strong {
   font-family: Arial, Geneva, sans-serif;
   line-height: 110%;
   font-size: 1.0em;
}   

h1 {
   font-family: Arial, Geneva, sans-serif;
   line-height: 110%;
   color: #b91414;
   font-size: 1.2em;
}

h2 {
   font-family: Arial, Geneva, sans-serif;
   line-height: 110%;
   color: #000066;
   font-size: 1.1em;
}

small {
   font-size: 0.8em;
   font-family: Arial, Geneva, sans-serif;
   line-height: 110%;
}

.red {
   background: #A32929;
   color: #fff;
   padding:3px;
}

.pink {
   background: #B1365F;
   color: #fff;
   padding:3px;
}

.blue {
   background: #2952A3;
   color: #fff;
   padding:3px;
}

.green {
   background: #0D7813;
   color: #fff;
   padding:3px;
}


