body {background-color: #fff ;
		text-align: center;
		
}

div.container {background-color: #c0c0c0;
		border-style: solid;
		border-width: 1px;
		padding: 10px;
		width: 520px;
margin-left:auto;
margin-right:auto;
	   }

.body {background-color: #cccccc;
		margin:0 auto;
		text-align: center;
		border-style: solid;
		border-width: 1px;
	   }
.header {
		text-align: left;
		border-style: solid;
		border-width: 0px;
	   }

img { border-width: 0px;
}

p    {	text-align: center;
		font-size: 1em;
		font-family: Georgia, "Times New Roman", Times, serif;

       }
	.header {
	   font-size: 1.5em;
	   text-decoration: bold;
		border-width: 0px;
		}
a:link  {text-decoration: underline;
	}
a:visited{text-decoration: none;
	}
a:active{color:yellow;
	}



