A:link {
	color : blue;
	background-color : transparent;
}

	A:visited {
	color : purple;
	background-color : transparent;
}

	A:hover {
	color : #006300;
	background-color : #FFCEFF;
	text-decoration : none;
}

	A:active {
	color : red;
	background-color : inherit;
}

	BODY {
	margin-left : 10%;
	margin-right : 10%;
	color : black;
	background-color : #F8F8FF;
	font-family : "Georgia", "Garamond", serif;
}

	CAPTION, TH {
	font-family : "Georgia", "Garamond", serif;
}

   H1 {
	color : black;
	background-color : transparent;
	font-family : "Trebuchet MS", "Arial", sans-serif;
}

   H2 {
	color : #191970;
	background-color : #F8F8FF;
	font-family : "Verdana", "Arial", sans-serif;
	text-align : center;
}

   H3 {
	color : navy;
	background-color : transparent;
	font-family : "Trebuchet MS", "Arial", sans-serif;
}

   H4 {
	color : black;
	background-color : transparent;
	font-family : "Verdana", "Arial", sans-serif;
}

   LI {
	font-family : inherit;
}

   OL {
	margin-bottom : 10%;
	font-family : inherit;
}

   P {
	/* text-indent : 6%;
	*/
	margin-left : 2.5%;
	margin-right : 5%;
	font-family : "Georgia", "Garamond", serif;
	line-height : 1.75;
}

	TD {
	background-color : #F0F8FF;
}

	TH {
	background-color : #B0C4DE;
}

   UL {
	font-family : inherit;
}

   .abstract {
	margin-bottom : 10%;
	margin-left : 12.5%;
	margin-right : 15%;
	font-family : "Georgia", "Garamond", serif;
	text-indent : 0%;
	line-height : 1.25;
}

   .blue {
	color : blue;
}

   .charsetselect {
	float : inherit;
	width : 100%;
	font-family : "Georgia", "Garamond", serif;
	text-align : left;
}

   .code {
	font-family : "Courier New", "Courier", "monospace";
}

	.emcell {
	background-color : #ADD8E6;
}

   .head {
	margin-bottom : 15%;
	margin-right : 20%;
}

   .header {
	float : inherit;
	width : 100%;
	color : white;
	background-color : #DC143C;
	font-weight : 700;
	font-family : "Georgia", "Garamond", serif;
	text-align : right;
}

   .red {
	color : red;
}

   .return {
	margin-bottom : 5%;
	font-size : 90%;
	text-align : right;
}

   .smaller {
	font-size : 80%;
}

   .sub {
	color : black;
	background-color : transparent;
	font-family : "Trebuchet MS", "Arial", sans-serif;
	font-weight : 400;
}

   .sub1 {
	font-weight : 700;
}

   .toc {
	margin-left : 15%;
	font-family : "Trebuchet MS", "Arial", sans-serif;
}

