 body {
  	background-color 	: #0066ff;
  	background-image	: url("../image/simle_human.JPG");
	background-repeat	: no-repeat;
	background-attachment	: fixed;
	background-position	: right bottom;
 }

 h1 {
	font-family	: arial, verdana, sans-serif;
	font-size	: 20pt;
	font-weight 	: bold;
	font-style	: normal;
}

 h2 {
	font-family	: "Times New Roman", serif;
	font-size	: 12pt;
	font-weight 	: normal;
	font-style	: normal;
}

 th {
	text-align: right;
}

 td {
	text-align: center;
}

 p {
	text-align: justify;
}

a:link {
	color: #6699CC;
}


a:visited {
	color: #660099;
}

a:active {
	background-color: #FFFF00;
}

b.textred { 
  color:#dd0000; 
}