<STYLE TYPE = "text/css">

:link {color:blue}
:visited {color:blue}
:active {color:red}
:hover {color:red}

a {  text-decoration: none }
a:hover { text-decoration: underline }



h1 
{
	color: #996633;
	background-color:	#ffffcc;
	border:	medium double  #996633;
	padding:	0.2cm;
	width:		600;
	font-size:	12pt;
	font-family:	ºÚÌå£»
	font-weight:	bold;
}

body
{
	font-size: 9pt;
	color : #663300;
	
}


table
{
	spacing: 0.5cm;
/*	background-color:	#ffccff;*/
	border:	thin solid #996633;
}

td
{
	font-size: 	9pt;
	font-family: 	ËÎÌå;
	align: 		center;
	padding:	0.5cm;
	width:		290;

/*	background-color: #ffffcc;*/
	border-color:	#996633;
	border-width:	1;
	border-style:	solid;
}

img
{
	border-style: 	none;
	align:		center;
}


</style>