body{
	width:70%;
	margin:5px auto;
	padding:0px;
	display:block;
}
.even {
	background-color:#d3d3d3;
}

tr {
	background-color:#f1f1f1;
}

.pages a:link, .pages a:visited, .pages a:active {
	text-decoration:none;
	display:inline-block;
	width:auto;
	border:0px solid black;
	text-align:center;
	color:black;
	padding:4px;
}

.pages a:hover {
	text-decoration:underline;
}

#current {
	background-color:grey;
	color:white;
}
visited {
	background-color:blue;
	border:1px solid red;
}
table {
	width:60%;
	margin:auto;
}
td {
	padding:10px;
	margin:10px;
}
h1 {
	width:100%;
	margin:auto;
	border:2px solid black;
	border-radius: 15px 0px 15px 0px;
	padding-top:10px ;
	padding-bottom:10px;
	text-align: center;
	font-family: arial;
	color: black;
}

header {
	width:100%;
	margin:auto;
	margin-bottom: 5px;
	border:2px solid black;
	border-radius: 15px 15px 0px 0px;
	padding-top:10px ;
	padding-bottom:10px;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	color: black;
	font-size: 2em;
}

footer {
	width:100%;
	margin:auto;
	margin-top: 5px;
	border:2px solid black;
	border-radius: 0px 0px 15px 15px;
	padding-top:10px ;
	padding-bottom:10px;
	text-align: center;
	font-family: arial;
	color: black;
}

section {
	width:100%;
	margin:auto;
	border:2px solid black;
	border-radius: 0px 0px 0px 0px;
	padding-top:10px ;
	padding-bottom:10px;
	text-align: center;
	font-family: arial;
	color: black;
}
article{
	font-family: arial;
	padding:10px;
}

nav{
	width:100%;
	text-align: center;
}

nav a:link, a:active, nav a:visited {
	text-decoration: none;
	display:inline-block;
	padding:10px 0px 10px 0px;
	width:100px;
	background-color: red;
	color: white;
	margin:2px;
	border:1px solid black;
	border-radius: 5px;
}
nav a:hover {
	background-color: white;
	color: red
}
article.details {
	text-align: left;
	padding:10px;
}
p.status{
	width:40%;
	margin:auto;
	margin-bottom:3px;
	padding:10px;
	
	border-radius: 5px;
}
p#hi {
	background-color: green;
	color:white;
}
p#lo{
	background-color: red;
	color:white;
}

.container1 {
	display:flex;
	width: auto;
	justify-content: center;
	margin: 0 auto;
	align:center;
}

.left {
	width: auto;
}

.cent {
	text-align:center;
	width: 80%;
	margin:auto;
}

.right {
	width: auto;
}

@media only screen and (max-width: 600px) {
table {
	width:95%;
	margin:auto;
}	

p.status {
	width: 70%;
}

body {
  	display:block;
  	margin:8px;
  	width: auto;
}

header{
  	font-size: 1.4em;
}

nav a:link, a:active, nav a:visited {
        text-decoration: none;
        display:inline-block;
        padding:10px 0px 10px 0px;
        width:80px;
	font-size: 15px;
        background-color: red;
        color: white;
        margin:2px;
        border:1px solid black;
        border-radius: 5px;
}
nav a:hover {
        background-color: white;
        color: red
}


}
