/* Styling of headings */
h2 {
	clear: left;
}

tr:hover {
	background-color: darkred;
	color: white;
}

table tr > td:first-child {
	color: #ff9900;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Link styles */
a:hover, a:active {
	text-decoration: underline overline;
}

tr:hover a {
	color: #ff9900; 
}

img {
	 width: 200px;
	 height: 301px; 
}

