H6 {
	text-align : center;
	font-family : sans-serif;
}

H5 {
		text-align : center;
	font-family : sans-serif;
}

/* Basic markup styles */
H1 {
	font-family : sans-serif;
	color : Red;
	font-weight : bolder;
	background-color : inherit;
	border : thin outset;
	border-color : Navy;

	
	text-align : center;
}
H2 {
	font-family : sans-serif;
	color : Red;
	font-weight : bold;
	background-color : Silver;
	text-align : center;
}

H3 {
	font-family : sans-serif;
	clear : none;
	text-decoration : underline;
	color : Red;
	font-weight : bold;	
}
H4 {
	font-family : serif;
	font-weight : bold;
	color : Teal;
	font-style : italic;
}

P {
	color : Black;
}

LI {
	color : Maroon;
}

#leftalign{
	text-align : left;
}

#rightalign{
	text-align : right;
}


/* Properties that both side lists have in common. In KWIUG we only use the left side list as Nav 4.7 overlays the two lists */
div.link-list {
        width:12em;
        position:absolute;
        top:0;
        font-size:80%;
        padding-left:1%;
        padding-right:1%;
        margin-left:0;
        margin-right:0;
}
/* we leave some place on the side using the margin-* properties */
#main {
        margin-left:12em;
        margin-right:1%;
        padding-left:1em;
        padding-right:1em;
}
/* and then we put each list on its place */
#list1 {
        left:0;
}
#list2 {
        right:0;
}
