html { 
	height: 100%;
	background: linear-gradient(180deg, grey, darkgrey);
}
body {
	color:#eee;
	font-size:80%;
/*	background-color:#666;  */
/*	background: radial-gradient(circle, #ccc, #666);   */
}

p, h1, h2, h3, h4 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:left;
	text-shadow:#444 1px 1px 2px;
}

h5, h6 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	text-align:left;
	font-size: 12pt;
	text-shadow:#222 1px 1px 2px;
}

a {
	color:#E29C3A;
	font-weight:bold;
}
a:hover {
	color: white;
}

#img {
	width:80%;
	border: #aaa 2px solid;
	box-shadow:#444 5px 5px 5px;
	border-radius: 7px;
	cursor:pointer;
}
