body {
	background-color: #353535;
	color: #FFF4C8;
	margin-left: 10%;
	margin-Right: 10%;
	border: 3px ridge #FFF4C8;
	padding: 10px 10px 10px 10px;
	font-family: "Times New Roman", sans;
	font-size: 18px;
}

a:link {
  color: #07a;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #045;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #069;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #8ce;
  background-color: transparent;
  text-decoration: underline;
}

h1, h2 {
	color: #DFCD88;
}

input, textarea {
	background-color:#262626;
	color: #FFF4C8;
}

