body a {
color:#727272;
text-decoration:underline;
}

a:hover {
color:#cccccc;
text-decoration:underline;
}

.footer {
position:sticky;
text-align: center;
bottom:0;
height:40px;
width:100%;
line-height:40px;
background-color:#eeeeee;
border-top:1px solid #727272;
	
/*padding-top: 50px;*/
}
/*
blockquote {
margin-top: 10px;
padding:8px;
}

blockquote p {
margin:.2em;
}
*/
body {
    font-family: Helvetica, sans-serif;
    text-align: center;
    }

body li {
	padding: 1em 0 0 0;	
	font-style: italic;
}

body p {
	padding: 1em 0 0 0;
	}

/*li > a:after { content: ''}*/
li > a:only-child:after { content: ''; }


nav {
	background-color: azure;
}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	background-color: azure;
	}

nav ul li {
display:inline-block;
	padding:0 10px;	
	color:#000000;
	font-size:13px;
	line-height: 40px;
	text-decoration:none;
	background-color: azure;
	}

nav a {
	display:block;
	color:#000000;
	font-size:13px;
	line-height: 40px;
	text-decoration:none;
	background-color: azure;
}

nav ul {
margin:0;
list-style:none;
	background-color: azure;
}

nav li {
display:block;
color:#000000;
font-size:13px;
line-height: 40px;
text-decoration:none;
	background-color: azure;
	top:-20px;
}

nav li a {
display:block;
	color:#000000;
	font-size:13px;
	line-height: 40px;
	text-decoration:none;
	background-color: azure;
}

nav li a:hover{
text-decoration:underline;
	background-color: azure;
}


nav a:hover { 
	background-color: azure;
	color: #000000;
	text-decoration: underline;
}

/* First level Dropdown */
nav ul ul li {
	width:200px;
	background-color:azure;
	float:none;
	display:list-item;
	position: relative;
	text-align: left;
}

/* Second, Third and more levels	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
	width:170px;
}

    /* Hide Dropdowns by Default */
    nav ul ul {
    	display: none;
    	position: absolute; 
    	top: 60px; /* the height of the main nav */
    }
    	
    /* Display Dropdowns on Hover */
    nav ul li:hover > ul {
    	display:inherit;
    }

ul {
list-style-type:disc;
}

.header {
margin:0 0 0 0;
padding:0 0 0 0;
background-color:azure;
}

.header h1 {
margin:0 0 0 0;
padding:12px 0 0 0;
font-size:2.3em;
letter-spacing:.1em;
}

h2 {
margin:0 0 0 0;
padding:12px 0 12px 0;
font-size:1.1em;
font-weight:lighter;
letter-spacing:.1em;
}











