h1 {
	font-family: times-roman;
	font-size: x-large;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: black;
	direction: ltr;
	letter-spacing: normal; 
	text-align: center; 
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	unicode-bidi: normal;
	white-space: normal;
	word-spacing: normal;
	}
h2 {
	font-family: times-roman;
	font-size: larger;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	color: black;
	direction: ltr;
	letter-spacing: normal; 
	text-align: center; 
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	unicode-bidi: normal;
	white-space: normal;
	word-spacing: normal;
	}
h3 {
	font-family: times-roman;
	font-size: large;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: black;
	direction: ltr;
	letter-spacing: normal; 
	text-align: left; 
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	unicode-bidi: normal;
	white-space: normal;
	word-spacing: normal;
	}

h4 {
	font-family: times-roman;
	font-size: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	color: black;
	direction: ltr;
	letter-spacing: normal; 
	text-align: left; 
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	unicode-bidi: normal;
	white-space: normal;
	word-spacing: normal;
	}

p {
	font-family: times-roman;
	font-size: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	direction: ltr;
	letter-spacing: normal; 
	text-align: justify; 
	text-decoration: none;
	text-indent: 20;
	text-shadow: none;
	text-transform: none;
	unicode-bidi: normal;
	white-space: normal;
	word-spacing: normal;
	}

sup {
	font-size: x-small;
	}

cite {
	font-style: italic;
	}

body {
	background-color: #f0f0f0;
	margin: 25 25 25 25;
	}

table {
	background-color: white; ##c0f0ff;
	text-align: center;
	}

th {
	background-color: blue;
	font-family: arial;
	font-size: smaller;
	font-weight: bold;
	color: white;
	}

td {
	font-family: arial;
	font-size: small;
	color: black;
	}

a:link,a:visited{text-decoration:none; font-weight:bold; color:blue}
a:active{text-decoration:none; font-weight:bold; color:green}
