body
{
  width: 98%;
  text-align: justify;
  color: #ffffff;
  background-image:
    radial-gradient(
	  circle at bottom right,
	  /*#D7C4D4,*/
	  #666633,
	  #999966
      /*#008ae6,
	  #33cccc*/
      /*#4db8ff*/
    );
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}
textarea {
    width: 100%;
	  border-style: solid;
  border-width: 15px;	
}
img {
    border-radius: 4px;
}

/* unvisited link */
a:link {
    color: #ff9900;
}

/* visited link */
a:visited {
    color: #ff9900;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: yellow;
}
a {
    text-decoration: none;
}