*{box-sizing: border-box;}
html {font-family: "Lucida Sans", sans-serif;}
			
#dashboardDropBoxDiv{margin: auto; color: #0099cc;}
#countDropBoxDiv{margin: auto; color: #0099cc;}
#filterDiv{margin: auto; color: #0099cc;}
#serviceFilterDiv{margin: auto; color: #0099cc;}
#timeIntervalDiv{margin: auto; color: #0099cc;}
#dateButton{margin: auto; color: #0099cc;}
#dateNowButton{margin: auto; color: #0099cc;}
#contentDiv {position: relative; padding-bottom: 5%; height: 640px; margin: auto;}
#iFrameDiv {margin: auto; text-align: center;}
#iFrameContent {position: absolute; min-width: 100%; top: 0; left: 0; height: 100%;}
#contentDiv2 {position: relative; height: 200px; margin: auto;}
#iFrameDiv2 {margin: auto; text-align: center;}
#iFrameContent2 {position: absolute; min-width: 100%; top: 0; left: 0; height: 100%;}
#help {margin: auto; color: #0099cc;}
			
a:link {
	text-decoration: none;
	color: red;
}

a:visited {
	text-decoration: none;
	color: #0099cc;
}

a:hover {
	text-decoration: underline;
	color: hotpink;
}

a:active {
	text-decoration: underline;
	color: green;
}