body {
	font-family: arial, sans-serif;
}

h2 {
	color: rgb(80,100,174);
}

h3 {
	color: rgb(119,119,119);
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: rgb(201,208,230);
}

a {
	color: rgb(68,90,169);
	text-decoration: underline solid rgb(68,90,169);
}

a:hover {
	color: rgb(255,255,255);
	background-color: rgb(68,90,169);
	text-decoration: underline solid rgb(255,255,255);
}

