/* CSS Document */

.Text {
	color: #D2FFFF;
	font-family: "Arial";
	font-size: 15px;
	text-decoration: none;
}
.Title_Text {
	color: #D2FFFF;
	font-family: "Arial";
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
}
.Page_Title {
	color: #D2FFFF;
	font-family: "Times New Roman, Times, serif";
	font-size: 49px;
	font-style: italic;
}
a.links:link {
	color: #B7FFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 16px;
}
a.links:active {
	color: #B7FFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 16px;
}
a.links:visited {
	color: #B7FFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 16px;
}
a.links:hover {
	color: #00FF00;
	text-decoration: underline;
	font-weight: bold;	
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 16px;
}
.catigory_Text {
	color: #D2FFFF;
	font-family: "Arial";
	font-size: 15px;
	text-decoration: underline;
	font-style: italic;
}
.instruction_Text {
	color: #D2FFFF;
	font-family: "Arial";
	font-size: 16px;
	text-decoration: underline;
	font-style: italic;
}