table, td {
			border-collapse: collapse;
			height:auto;
		  }	  
body {
		margin:0px;
		padding:0px;
		height:100%;
		font-family: verdana;
		font-size: 0.8em;
		background-color: #DFDFDF;
}
a {
		display: inline;
		padding-left: 20px;
		padding-right: 20px;
		background-color: #6C6CFF;
		margin:-2px;
		padding: 10px 15px 10px 15px;
		}
a:link, a:hover, a:visited, a:active {
		text-decoration: none;
		color: white;
		display: inline;
		outline: none;
		}
		
.wrapper1 {
		background-color: #DFDFDF;
		height: 100%;
		width: 100%;
		}
.wrapper2 {
		margin-top: -20px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		background-color: #B7C9FF;
		/*min-height: 800px;*/
		width: 80%;
		border: 1px solid lightgray;
		}
.wrapper3 {
		background-color:#CBD8EF;
		border: 1px solid #c3d19a;
		margin: 10px;
		padding: 10px;
		border-color: #CCCCCC;
		}
		
#title {
		color: black;
		margin-left: 16px;
		margin-bottom: -40px;
		}
#title h1 {
		color: #FFFFFF;
		font-size: 4em;
		padding:0;
		font-family: arial;
		display: inline;
		}
#title h2 {
		color: #FFFFFF;
		font-size: 4em;
		font-family: arial;
		display: inline;
		padding-top: 50px;
		margin-right: 10px;
		margin-left: -5px;
		}
#title h3 {
		font-size: 1em;
		font-family: arial;
		display: inline;
		padding-top: 30px;
		}
		
#links {
		margin-top: 60px;
		margin-left: 23px;
		}

:focus {
	  -moz-outline-style: none;
		}
#header {
		width: 50%;
		}
table.sensors td{
		height: 30px;
		}		