/* ~~~ General Properties ~~~ */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat;
	background-color: #FFFFCC;
	background-image:    url(images/extras/parchment.jpg);
}

/* ~~~ Text Area Properties ~~~ */

#text_area {
	float: left;
	width: 750px;
	font-family: "Courier New", Courier, mono;
}

#text_area p {
	font-size: medium;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;

}


#text_area h1 {
	text-align: center;
	color: #000000;
	font-size: xx-large;
	font-weight: bold;
}

#text_area h2 {
	text-align: center;
	font-size: x-large;
	color: #000000;
	font-weight: bold;
}

#text_area h3 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#text_area h4 {
	font-size: large;
	color: #000000;
	text-align: center;
}

#text_area h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4b7580;
	text-align: center;

}

#text_area h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}

#text_area a:link {
	color: #000000;
	font-family: "Times New Roman", Times, serif;

}

#text_area a:visited {
	color: #000000;
	font-family: "Times New Roman", Times, serif;

}

#text_area a:hover {
	color: #4B7580;
	font-family: "Times New Roman", Times, serif;

}

#text_area a:active {
	color: #4B7580;
	font-family: "Times New Roman", Times, serif;

}

#text_area ul {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #330000;
}

#text_area ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;

}

#text_area ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #663399;
	list-style-type: none;
}

#text_area ol > li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	list-style-type: none;
	padding-bottom: 10px;
	text-indent: 25px;
}

#text_area table {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	border: thin solid #BFBA95;
}

#text_area tr {
	border: thin solid #669966;
}

#text_area td {
	color: #000000;
	border: thin solid #BFBA95;
}

#text_area .question {
	color: #4B7580;
}

#text_area .listbody {
	padding-top: 5px;
	padding-left: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	list-style-type: circle;
	text-align: left;
}

