/* CSS Document */

h1{
	color:#b2d8c5;
	text-align: center;
}

body{
	background-color:#CCFFFF;
	color:7f7f7f;
	font-family: Helvetica;
	font-size:16px;
	font-weight:normal;
	line-height:;
	margin:50px;
}

img {
  	display: block;
	margin-top:;
	margin-bottom: auto;
  	margin-left: auto;
  	margin-right: auto;
	height: auto; 
	width: auto; 
	max-width: 300px; 
	max-height: 300px;
	vertical-align: middle
}

a:hover{
	color:#;
}

a:active{
	color:green;
}

a:visited{
	color:75b1d6;
}