body {
		margin: 0;
		padding: 80px 10px 75px 10px;
		background-color: #aaf;
}
header {
		position: fixed;
		top: 0px;
		left: 0px;
background-image: linear-gradient(bottom, #AAAAFF 0%, #6666FF 80%);
background-image: -o-linear-gradient(bottom, #AAAAFF 0%, #6666FF 80%);
background-image: -moz-linear-gradient(bottom, #AAAAFF 0%, #6666FF 80%);
background-image: -webkit-linear-gradient(bottom, #AAAAFF 0%, #6666FF 80%);
background-image: -ms-linear-gradient(bottom, #AAAAFF 0%, #6666FF 80%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #AAAAFF),
	color-stop(0.80, #6666FF)
);
		width: 100%;
		height: 75px;
		padding: 0px 15px;
}
article {
		overflow: auto;
		height: 100%;
}
footer {
		padding: 0px;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
background-image: linear-gradient(bottom, #6666FF 0%, #AAAAFF 80%);
background-image: -o-linear-gradient(bottom, #6666FF 0%, #AAAAFF 80%);
background-image: -moz-linear-gradient(bottom, #6666FF 0%, #AAAAFF 80%);
background-image: -webkit-linear-gradient(bottom, #6666FF 0%, #AAAAFF 80%);
background-image: -ms-linear-gradient(bottom, #6666FF 0%, #AAAAFF 80%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #6666FF),
	color-stop(0.80, #AAAAFF)
);
		text-align: right;
		height: 70px;
}
aside {
		position: fixed;
		right: 10px;
		top: 15px;
		width: 150px;
		height: 200px;
		border-style: solid; 
		border-width: 1px;
}
aside img {
		width: 150px;
		height: 200px;
}
hgroup {
		padding:0px;
		margin:0px;
		font-size:250%;
}
hgroup h1{
		padding:0px;
		margin:0px;
		font-size:100%;
}
hgroup h2{
		padding:0px;
		margin:0px;
		font-size:50%;
		font-family: sans-serif;
}
table {
		border-style: none;
		border-collapse: collapse;
} 
table th {
		border-width: medium;
		padding: 3px;
		border-style: inset;
		border-color: gray;
} 
table td {
		border-width: medium;
		padding: 3px;
		border-style: inset;
		border-color: gray;
} 

tr.bachelor {
		color: gray;
		background-color: #CCCCCC;
}
dl {
		position: relative;
		left: 20pt;
		width: 600px;
}
dt {
		font-family: sans-serif;
		font-weight: bold;
		text-decoration: underline;
		margin-top: 5pt;
}
dd {
		position: relative;
		left: -36pt;
		top: -18pt;
		background-color: #ccf;
		padding: 15px 15px 15px 15px;
		border-radius: 15px;
		z-index: -1;
		margin-bottom: -20px;
}
