body{
	font-family : cursive;
}
 h2{ 
  font-size: 16px;
 }
 h3{ 
  font-size: 14px;
 }
  h4{ 
  font-size: 12px;
 }
 div.header{
	text-indent : 120px;
	color: 888888
}
 div.content{
	font-size: 12px;
	color: Gray
}
 div.footer{
	font-size: xx-small;
	color: Gray
}
div.lang{ 
	font-size: xx-small;
 }
hr{
	color : Gray;
}
p{
	text-indent : 10px;
}
a{
	text-decoration : none;
	color : Navy;
}