BODY {
	color: teal;
	font-size: medium;
	font-family: "‚l‚r –¾’©";
	font-weight: bold;
}
H1 {
	color: teal;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-style: solid;
	border-top-color: teal;
	font-size: x-large;
	font-weight: bolder;
	font-family: HGºÞ¼¯¸M;
}
H2 {
	color: teal;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-top-style: solid;
	border-top-color: teal;
	font-size: large;
	font-family: HGºÞ¼¯¸M;
}
H3 {
	color: teal;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-style: solid;
	border-top-color: teal;
	font-size: medium;
	font-family: HGºÞ¼¯¸M;
}
HR{
  color : teal;
  height: 3px;
}
P {
	color: teal;
	font-size: small;
	font-family: "‚l‚r ‚o–¾’©";
}
A{
  color : lime;
  text-decoration: underline;
}
A:VISITED{
  color: #FF9999;
  text-decoration: underline;
}
A:HOVER{
  color : #ff0b85;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FFFFFF;
  text-decoration: underline;
}
UL{
  color : teal;
  list-style-image : url(image/l_p05.gif);
  list-style-position: outside;
}
TH {
	color: #FFFFCC;
	background-color: teal;
}
TD{
  color : black;
  background-color : white;
}