a  {
	color : Aqua;
}

a:visited  {
	color : Maroon;
}

a:active  {
	color : Red;
}

a:hover  {
	color : Yellow;
}

body  {
	background-color : #cc9966;
	background-image : url(http://www.mystifier.net/bgsand.jpg);
}

P  {
	font-size : 18px;
	text-align : justify;
}

p.titlebig {
	font-size : 40px;
	text-align : center;
	font-weight : bold;
}

p.titlemedium {
	font-size : 23px;
	text-align : center;
}

img.stamp {
  border : 4px solid Black;
    }