/* CSS Document */

body {
	background-color: transparent;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
}

h4 {
    font-size: 16px;
    font-weight: none;
    color: #ffffff;
}
p {
	background-color: transparent;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
}
a,
a:link 
a:active {
   text-decoration: none;
   font-weight: bold;
   color: #224777;
}

a:visited {
   text-decoration: none;
   font-weight: bold;
   color: #224777;
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   font-weight: bold;
   color: #032148;
}

.highlighted {
	color: #c7c90c;
	font-weight: bold;
}

.imggal {
	width: 500px;
	height: 400px;
	margin-bottom: 10px;
	margin-top: 10px;
}