body {
	background: #9933ee;
	color: #ffff00;
	font-family: Futura, sans-serif;	
}

ul {
	list-style-type: none;
}

summary::-webkit-details-marker {
	display: none
}

a:link    { color: #ffff00; text-decoration: none; }   						/* unvisited links */
a:visited { color: #ccddee; text-decoration: none; } 						/* visited links   */
a:hover   { color: #3333ff; text-decoration: none; text-transform: uppercase; } 		/* user hovers     */
a:active  { color: #888888; text-decoration: none; }   						/* active links    */

header {
	text-align: right;
}

h1 {
	font: 14px;
}

h2 {
	font: 8px;
}

nav {
	float: left;
	
}

section {
	float: right;
	margin: 10px;
	padding: 10px;
	

}

iframe {
	position: relative;
	top: 0;
	left: 0;
	border: 0;
	height: 900;
	width: 500;
}

#me_iframe {
	position: relative;
	top: 0;
	left: 0;
	border: 0;
	height: 900;
	width: 500;
}

footer {
	border-top: solid 1px;
	text-align: right;
	clear: both;

}


