@charset "UTF-8";
/* CSS Document */

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

.summaryContainer {
	min-width:60%;
	height:auto;
}

body,td,th,p {
	color: #999999;
	font-style: italic;
}