<!--
body { 		color: #000080;
		}

a:link {	color: blue; }
a:visited {	color: purple; }
a:active {	color: black; }


			
h1,h2,h3,h4,h5,h6 {		font-family:"Times New Roman",serif;
		text-align: center;}

span {		font-weight: bold;
		color: red;
		font-family:"Courier New",monospace;
		font-size:16 px;}


#k2{		text-align: center;
		color: red;}

#k3{		color: red;}

#k4{		text-align: center;}

#k5{		text-align: right;
		font-family: "Courier New",monospace;
		font-size:16px;}





table {	background: #ccffff;
		color: #333399;	
		width: 600px;
		border:10px;}

td {		padding: 15px;
		spacing: 12px;}

p{		font-family:"Times New Roman",serif;
		font-size:18px;}

ul,ol{		font-size:18px;}


-->