a:link {
	color: rgb(255, 255, 255);
}

a:visited {
	color: rgb(255, 255, 255);
}

a:active {
	color: rgb(255, 255, 255);
}

body,
p {
	font-family: Sigmar One;
	background: #E7E2E2;
	color: #000;
	font-size: x-small
}

#table1 {
	padding: 0px 10px 0 10px;
	background-color: orange;
	font-size: medium;
	width: 600px;
	text-align: center;
	;
	border-radius: 10px;
}

.h1Title {
	color: #FFF;
	font-family: Sigmar One;
	font-size: 30px
}

.blackBubble {
	background: #000;
	border-radius: 15px;
	width: 90%;
}
