
table {
	border: solid black 2px;
	  background-color: #eeeeee;
	color:black;
	}
#id01 {
	border: solid black 2px;
	color:black;
	}
	  
hr {
	border: solid black 1px;
	width:85%;
	}

td {
	min-width:40px;
	padding: 5px 2px 5px 2px; 
	
}
th {
	min-width:40px;
	padding: 5px 2px 5px 2px;
	text-transform:uppercase;
	
}
/*
td:empty{
    background-color: #cccccc;
}*/
input {
  background-color: #404040;
  border-radius: 4px;
  border:2px solid #202020;
  color: #eeeeee;
  padding: 5px ;
  margin: 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight:bold;
	}
textarea{overflow:auto; width:300px; height:150px;}
	
input:hover{
  background-color: #ffc90e;
  color: #202020;
  border:2px solid #202020;
  -webkit-transition-duration: 0.3s; 
  font-weight:bold;
	}

body {
	font-family:arial;
	font-size:16px;
	color: white; 
	background-color: #202020;
	overflow-y:scroll;
	}

a{width:100%;}
a:link, a:visited, button {
	font-size:12px;
	background: black;
	border-radius: 4px;
	border:2px solid #202020;
	text-transform:uppercase;
	color: #ffc90e;
	padding: 3px;
	margin: 1px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-weight:bold;
	}
a:hover, a:active {
	
	text-shadow: 2px 2px 2px grey;
	font-size:12px;
	border-radius: 4px;	
	background: #ffc90e;
	color: black;
	border:2px solid #202020;
	-webkit-transition-duration: 0.4s; 
	font-weight:bold;
	}
