body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #111;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	font-size: 125%;
	line-height: 110%;
}

a img {
    border: none;
}

h4 {
	color: #4682b4;
	line-height: 1.2em;
}

h3 {
	color: #4682b4;
	line-height: 1.2em;
}

h2 {
	line-height: 1.2em;
}

a:link {
	color: #4682b4;
}

a:active {
	color: #4682b4;
}

a:visited {
	color: #4682b4;
}

a:hover {
	color: #4682b4;
	background: #ffffff;
}

.blue {
	color: #4682b4;
}

.red {
	color: red;
}

.green {
	color: green;
}
