body	{
	background-color:white;
	color:black;
	font-family:sans-serif;
}

a:link	{
	color:black;
	text-decoration:none;
}

a:visited {
	color:black;
	text-decoration:none;
}

a:hover	{
	color:cornflowerblue;	
}

a:active	{
	color:black;
}

h1		{
	font-size:xx-large;
	font-color:black;
	font-family:Impact;
}

div	{
	width:200px;
	height:200px;
}

.return	{
	width:200px;
	height:50px;
	margin:0px 500px;
	padding:15px;
	text-align:center;
	background-color:gray;
}

p	{
	width:800px;
	margin:0px 0px 0px 200px;
}

.center	{
	width:450px;
	margin:0px 200px;
	text-align:center;
}

.pict	{
	width:500px;
	margin:0px 350px;
	text-align:center;
	background-color:ivory;
}

table	{
	margin:0px 100px;
}