p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	color: #FF0000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FF0000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
}
.underline {
	text-decoration: underline;
	background-color: #FFFF00;
}
img {
	padding: 5px;
	margin: 5px;
}
.td-dot {
	border: thin dashed #FF0000;
	padding: 7px;
	margin: auto;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.td-solid {
	background-color: #FFFFCC;
	padding: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	font-size: 24px;
}
.yellow {
	background-color: #FFFF00;
}
.underline1 {
	text-decoration: underline;
}

