@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background-color: rgb(88,88,88);
}
a:link {
	color: rgba(0,0,0,0.5);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: rgba(0,0,0,0.7);
	text-shadow: 3px 5px 3px rgba(0,0,0,0.45);
	text-outline: 2px;
}
a:active {
	text-decoration: none;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: rgba(227,227,229,0.5);
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: rgba(255,255,255,0.5);
}
#contentarticletext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	font-variant: normal;
	text-decoration: underline;
}
#contentarticletext p,ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	list-style-type: square;
	padding-bottom: 3px;
}
#contentauslistingtext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	font-variant: normal;
	text-decoration: underline;
}
#contentauslistingtext p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 15px;
}
