/* CSS Document */

body {
	background-color: transparent;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

h4 {
    font-size: 16px;
    font-weight: none;
    color: #ffffff;
}

a,
a:link 
a:active {
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
   background-color: #224777;
   padding-left: 7px;
   padding-right: 7px;
}

a:visited {
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
   background-color: #224777;
   padding-left: 7px;
   padding-right: 7px;
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
   background-color: #032148;
   padding-left: 7px;
   padding-right: 7px;
}