body {
	background-color: white;
	margin-left:5%;
	margin-right:5%;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
}

h4 {
	background-color: white;
	color: green;
	font-family: Arial;
	font-size: 120%;
}

p {
	background-color: white;
	color: blue;
	font-size: 120%;
}

a {
	text-decoration:none;
}

a:visited {
	background: white;
	color: blue;
}

a:link {
	background: white;
	color: blue;
}

a:hover {
	background: blue;
	color: white;
}

em {
	color: black;
	font-style: italic;
	font-weight: normal;
	font-size: 90%;
}
