body {
background-color: #eaeaf6;
margin: 0px 0px 0px 0px;
color: #2a2a30;
font-family: Roboto, serif;
}

a {
text-decoration: none;
color: #2a5eb6;
}

a:hover {
text-decoration: underline;
color: #154493;
}

img {
	border-radius: 2px;
}

img:hover {
	opacity: 0.86;
}

h5 {
font-size: 13pt;
color: #154493;
text-decoration: none;
}

h4 {
font-size: 14pt;
color: #154493;
text-decoration: none;
}

h3 {
font-size: 15pt;
color: #154493;
text-decoration: none;
}

h2 {
font-size: 17pt;
color: #154493;
text-decoration: none;
}

h1 {
font-size: 18pt;
color: #154493;
text-decoration: none;
}

#linking p {
	line-height: 1px solid #333333;
	border-top: 1px solid #DEDFE5;
	border-bottom: 1px solid #DEDFE5;
	margin: 5px 0 5px 0;
}

#show {
	border-collapse: collapse; 
	width: 96%; 
	height: auto; 
	max-width: 800px; 
	margin: 10px 0 10px 0;
}

#show img {
	width: auto !important;
	height: auto !important;
	max-width: 96%;
	max-height: 96%;
	border-radius: 0;
	opacity: 0.9;
}

#show img:hover {
	opacity: 1;
}

#show td {
	width: 24%;
	height: auto !important;
}








