BODY{
	color: #666633;
	background-color: #ffffff;
	background-image: url(bg01.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
}
H1{
  color: #663300;
  border-left-width : 3pc;
  border-left-style : solid;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  padding-left : 10px;
  border-bottom-color : #008800;
  border-left-color : #008800;
}
H2{
  color: #663300;
  padding-left : 5px;
  border-left-width : 2pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #008800;
  border-bottom-color : #008800;
}
H3{
  color: #663300;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #008800;
  border-bottom-color : #008800;
}
H4{
	color: rgb(102, 51, 0);
	padding-left: 2px;
	border-left-width: 1pc;
	border-bottom-width: 2px;
	border-left-style: hidden;
	border-bottom-style: ridge;
	border-left-color: rgb(134, 255, 134);
	border-bottom-color: rgb(149, 255, 149);
}HR{
  color: #996600;
  height: 3px;
}
P{
  color: #666633;
}
A{
  color: #00CC66;
  text-decoration: underline;
}
A:VISITED{
  color: #FF6666;
  text-decoration: underline;
}
A:HOVER{
  color : #008800;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration: underline;
}
UL{
  color: #666633;
  list-style-image : url(l_g01.gif);
  list-style-position: outside;
}
TH{
	color: #cccc99;
	background-color: #663300;
	margin-left: 10%;
	margin-right: 10%;
}
TD{
	color: rgb(204, 204, 153);
	background-color: rgb(153, 102, 0);

	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10%;
}