BODY{
  color : teal;
  background-color: #FFFFFF;
  background-image : url(file:///C:/Users/motohiro/Desktop/paper.jpg);
}
H1{
	color: #3333CC;
	background-color: #FF9999;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
H2{
	color: #3333CC;
	background-color: #FF9999;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
H3{
	color: #3333CC;
	background-color: #FF9999;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
HR{
  color : #28a476;
  height: 3px;
}
P{
	color: black;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
A{
  color : #2e6b56;
  text-decoration: underline;
  
}
A:VISITED{
  color : olive;
  text-decoration: underline;
}
A:HOVER{
  color : lime;
  text-decoration: underline;
}
A:ACTIVE{
  color : green;
  text-decoration: underline;
}
UL{
	color: #3333CC;
	list-style-position: outside;
}
TH{
  color : #ffe7d9;
  background-color: #FF6666;
}
TD{
  color : maroon;
  background-color : #fef5d1;
  
}
