

nav {
font-family: cursive;
background-color: DarkCyan;
text-align: center;
padding: 5px;
margin-bottom: 0;
border: 1px;
border-color: black;
}
header {
	background-color: CadetBlue;
	text-align: center;
	padding: 5px;
	color: white;
	border: 1px;
	border-color: black;
}
body {
	padding: 1em;
background-color: lightblue;
}
 .section_header {
	background-color: SeaGreen;
}

.certifications {
	background-color: DarkCyan;
}

.ul_class {
list-style-type:none; /* to remove number or bullets from ul */
}

.ul_class li	{
		display:inline-block; /* to move li from vertical to horizontal */
}
li a {
	display:block;
	color: white;
	text-align:center;
	padding:10px;
	text-decoration:none;
}
section{
	background-color: PaleTurquoise;
	margin: 0;
}
#table1 {

	float: left;
	margin-bottom: 20px;
	background-color: DarkCyan;
}
#index_aside_id {
	float: right;
	font-style: italic;
	padding: 5px;
	margin-bottom: 20px;
	background-color: DarkCyan;
}


footer{
	font-size: x-small;
	background-color: LightCyan;
	margin: 0;
	clear: both;
text-align: center;
margin-top: 20px;
}
p.disclaimer_relative{
    position: relative;
    width: 220px;
    height: 60px;
	text-align: center;
	padding: 10px;
	color: green;
    border: 4px solid teal;
}
/* p.disclaimer {
    position: relative;
	padding: 10px;
	color: red;
    bottom: 120px;
    right: 5px;
    width: 220px;
    height: 90px;
    border: 4px solid teal;
} */
a:link {
color: white;
}
 a:hover {
background-color: grey;
}
a:active {
background-color: silver;
font-weight: bold;
}

a:focus {
	color: black
}
