body {
	background: SkyBlue;
}

#container {
	# width:400px;
	# position: relative;
	background:SkyBlue;
	margin:auto;
	padding: 5px;
}

header {
	position: relative;
	text-align:center;
	padding:30px;
	background:yellow;
	border: 4px solid black;
}

h4 {
	color: DarkBlue;
	padding: 0px 40px;
}

nav {
	height:40px;
}

nav ul {
	list-style:none;
}

nav li {
	# font-family: Lucinda Console;
	# font-size: Large;
	font: Medium Lucinda Console;
	float:right;
	margin: 0px 20px;
}

nav li:hover {
	background:yellow;
	font: 30px Lucinda Console;
	# font-style: oblique ;
	font-weight: bolder;
	padding:5px;
	border: 4px solid black;
}

table, th, td {
	border:4px solid black;
	border-collapse: collapse;
	padding: 5px;
}

th {
	color: white;
	background: Blue;
	padding: 5px;
}

p { 
	text-indent: 10px;
	width: 50%;
}

p.edumacation {
	font: Large Helvetica;
}

p.current {
	font: Large Times New Roman;
	# font-weight: bold;
}

img {
	float: right;
	padding: 0px 0px 0px 5px;
}

aside {
	position: absolute;
	top: 220px;
	right: 20px;
	width: 200px;
}
