.container{ 
  	max-width:1170px; /*force bootstrap 4 to have 30px more width*/
  	width:100%;
}

a img {border: none; }

a:link {
	color: #F9F9F9;
	text-decoration: none;
}
a:visited {
	color: #F9F9F9;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: none;
}

a:active {
	color: #F9F9F9;
	text-decoration: none;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F9F9F9;
	background-color: #009999;
}

header {
	margin-top: 8px;
	text-align: center;
}



#outer {
   position:relative;
   z-index:1;
}
#inner {
   position:absolute;
   width:44px;
   height:59px;
   z-index:10;
   left: 12%;
   top: 25%;
}


.titlelarge {	
	font-size: 17px;
	font-weight: bold;
}
.dotdot1 {	color: #D9AD00;
	font-size: 15px;
	font-weight: bold;
}

.table-striped > thead > tr > th {
	background-color: #D6D6D6;
	color: #006699;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  	background-color: #088787;
}

.table-striped > tbody > tr:nth-of-type(even) {
  	background-color: #8EBC8E;
}







