.Item {
	text-decoration: none;
	color: black
 }
.Highlight {
	text-decoration: underline;
	color: yellow
 }
.Selected {
	font-weight: bold;
	text-decoration: none;
	color: yellow
 }

body {
	background-color: #66CCFF;
	font-family: "Times New Roman", Times, serif
 }

h2 {
	font-weight: bold;
	font-size: small;
	font-variant: normal;
	text-transform: capitalize;
}
