body 
 {
  font-family: "Times New Roman";
  color: #E2A13D;
  background-color: #008083;
  font-size: 14px;
 }

a
 {
  font-family: "Times New Roman";
	font-size: 14px;
	color: white;
	text-decoration: underline;
 }
 
a:hover
 {
	color: #E2A13D;
	text-decoration: none;
 }
 
a:active
 {
	color: #E2A13D;
	text-decoration: none;
 }
 
p
 {
	font-family: "Times New Roman";
	font-size: 14px;
	color: white;
	text-align: justify;
 }

img
 {
  border-width: 1px;
	border-color: white;
 }
 
img:hover
 {
	border-color: orange;
 }
  
h1, h2, h3
 {
  color: #E2A13D;
	text-align: center;
 }
 
h4, h5, h6
 {
  color: #E2A13D;
	text-indent: 3em;
 }