body
{
	font-family: Arial, Sans-Serif;
	background-color: #eee;
}

img
{
	border: 0;
}

p
{
	font-size: 0.9em;
	margin-top: 30px;
}
 
a, a:visited
{
	color: Blue;
	text-decoration: underline;
}

a:hover
{
	color: Green;
	text-decoration: underline;
}

h1
{
	font-size: 1.1em;
}

.main
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;

	text-align:center;
	
	padding: 10px;
	border: dashed 1px #bbb;
	background-color: #fff;
}

.main a img
{
	margin-bottom: 30px;
}

