h1 {
	background-color: #004080;
	border: 3px solid #b0b0b0;
	color: #e0e0e0;
	font-weight: bold;
	font-size: 140%;
	padding: 5 5 5 5; /* top right bottom left */
	text-align: center;
	width: 100%;
}

h2 {font-size:medium;color:#800080}
h4 {font-size:small;color:#800080}


P{ line-height : 150% }
a:link		{ color: #3333FF ; text-decoration: none }
a:visited	{ color: #006600 ; text-decoration: none }
a:active	{ color: #CC00FF}
a:hover 	{ color: #FF0066}

body {
	background-color: #eeeeee;
	margin-left: 10%;
	margin-right: 10%;

em{font-style:normal}
big{font-size:1em}
.b{font-weight:bold}
.home{font-size:medium;font-weight:bold;text-align:center}
.logo{text-align:right;margin-top:1em;margin-bottom:0;font-size:x-small}