.rbox {
	width: 250px;
	height: 180px;
}
body {
	background-color: #0d0d0d;
	color: white;
	font-size: 16px;
	font-family: Verdana;
}
a {
	color: #ffad1b;
	font-weight: bold;
}
p { 
	color: black;
}
.text {
	text-align: justify;
	margin: 5px 15px 5px 15px;
	padding: 8px;
	background-color: white;
	border: 2px solid black;
	color: black;
}
.boxpadding {
	padding: 0px 25px;
	text-align: justify;
}
.imagebox {
	width: 180px;
	padding: 25px 50px 25px 50px;
}
.image {
	border: 1px solid black;
}
.gtable {
	width: 80%;
}
.table {
	background-color: white;
	border: 5px groove black;
}
.subtitle {
	color: #cb4019;
}
.img {
	border: 2px solid #470000;
}
.statement {
	margin-top: 15px;
	color: white;
}
.link {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffad1b;
}
a.link:hover {
	text-decoration: none;
}