
@media only screen and (max-device-width) { 
	* {/* This is the width of an iPhone */
	box-sizing: border-box;
	}


	a,a:link,a:visited,a:active {
	text-decoration:underline;
	color:Blue;
	}

	code {
	font-family:"Courier New", Courier, monospace;
	}

	label {
	cursor:pointer;
	}

	td,th {
	vertical-align:top;
	}


	#pageWrapper {
		border:solid 1px #fff;
		min-width:45em;
		max-width:60em;
		width:auto;
		border-width:0 1px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		box-shadow: 0 0.3em 1em #000;
	}

	html,body {
	background-color:#eee;
	color:#000;
	font-family:arial, helvetica, sans-serif;
	}



	.t1 {
	margin-top:0;
	font:bold 100px Times, serif;
	color:#CBE8EF;
	text-align:center;
	}

	.t2 {
	margin-top:-90px;
	margin-bottom:0;
	font:italic 72px Times, serif;
	color:#4169E1;
	text-align:center;
	}


	.author,.dates {
	text-align:right;
	}

	img {
		max-width: 100%;	
	}

	.videoWrapper 
	{
		display: none;
		visibility: hidden;	
	}
} 