<style type="text/css">
	.bottom {
		font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #222222;
	}

	A {
		font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : teal;
		text-decoration : underline;
	}

	.text {
		font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : black;
		text-align : justify;
	}

	.jtext {
		font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : teal;
		text-align : center;
	}

	.mtext {
		font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : teal;
		text-align : justify;
	}

	.rtext {
		font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : teal;
		text-align : right;
		background : #dfdfe3;
	}

	.credits {
		font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : teal;
		text-align : right;
	}

	.title {
		font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 16px;
		color : teal;
		text-align : justify;
		text-decoration : none;
		font-weight : bold;
		background : #dfdfe3;
	}

	.mtitle {
		font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : teal;
		text-align : justify;
		text-decoration : none;
		font-weight : bold;
		background : #dfdfe3;
	}

	body {
		scrollbar-face-color: #dfdfdf;
		scrollbar-shadow-color: #dfdfdf;
		scrollbar-highlight-color: #dfdfdf;
		scrollbar-3dlight-color: #dfdfdf;
		scrollbar-darkshadow-color: #200A0D;
		scrollbar-track-color: #efefef;
		scrollbar-arrow-color: #000000;
	}

	A:HOVER {
		font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : teal;
		text-decoration : underline;
		background : #D3D3D3;
	}

</style>