body {font-family:Arial, Sans-Serif;
	color: rgba(199,199,188,0.88);
	background-color: rgb(9, 6, 87);
	}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
a {color: rgba(225, 225, 125, 0.933); 
	text-decoration:navy;}
a:hover {text-decoration:unset;}
.sm {font-size: small;
	color: black;
    background-color: rgba(151, 185, 218,0.95);
	}
.fut {text-align: center;}
b { font-weight:bolder; }  
h3 {color: rgba(23,250,250,0.97);}

.hed {
	size: 75%;
	border-style:inset;
	align-items: center;
	text-align: center;
	background-color:  rgb(155, 155, 175);
	padding: 1px 1px 2px; 
	margin-top: 2px; 
	margin-left: 2px;
}
table.hed {table-layout: fixed;  align-items: right;width :100%;}

td.hed { 
	border-style: double;
	border-top-left-radius: 22px 16px;
	border-top-right-radius: 2px 6px;
	align-items: center;
	text-align: center;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color:  rgba(79, 76, 107, 0.77);
	padding: 7px 7px 2px; text-shadow: rgba(77,88,88,0.24) 0 1px 0;
	font-size: 14px; box-shadow: rgba(255,255,255,0.54) 0 2px 0 0 inset,#fff 0 1px 0 0; 
	border: 1px solid #164250; 
	margin-top: 4px; 
	margin-left: 4px;
	cursor:pointer;
}
td.heds { 
	border-style: double;
	border-top-right-radius: 22px 16px;
	border-top-left-radius: 3px 6px;
	
	align-items: right;
	text-align: right;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color:  rgba(199, 7, 7, 0.87);
	padding: 7px 7px 2px; text-shadow: rgba(77,88,88,0.24) 0 1px 0;
	font-size: 14px; box-shadow: rgba(155,255,255,0.54) 0 2px 0 0 inset,#fff 0 1px 0 0; 
	border: 1px solid #164250; 
	margin-top: 4px; 
	margin-left: 4px;
	cursor:pointer;
}

td.s0 { 
		background-color:  rgba(155, 155, 255, 0.77);
	}
	
td {color: rgba(0,0,0,0.74);}

.style1 { 
	border-style: double;
	text-align: left;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color:  rgba(69, 66, 67, 0.77);
	padding: 7px 7px 2px; text-shadow: rgba(177,178,178,0.24) 0 1px 0;
	font-size: 14px; box-shadow: rgba(255,255,255,0.54) 0 2px 0 0 inset,#fff 0 1px 0 0; 
	border: 1px solid #164250; 
	margin-top: 4px; 
	margin-left: 4px;
	cursor:pointer;
}
td.style1 { 
	border-style: double;
	text-align: left;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color:  rgba(179, 176, 107, 0.77);
	padding: 7px 7px 2px; text-shadow: rgba(77,88,88,0.24) 0 1px 0;
	font-size: 14px; box-shadow: rgba(255,255,255,0.54) 0 2px 0 0 inset,#fff 0 1px 0 0; 
	border: 1px solid #164250; 
	margin-top: 4px; 
	margin-left: 4px;
	cursor:pointer;
}

td.style3 { 
	border-style: double;
	text-align: left;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color:  rgba(17, 17, 107, 0.77);
	padding: 7px 7px 2px; text-shadow: rgba(77,88,88,0.24) 0 1px 0;
	font-size: 14px; box-shadow: rgba(255,255,255,0.54) 0 2px 0 0 inset,#fff 0 1px 0 0; 
	border: 1px solid rgba(170, 170, 10, 0.77);
	margin-top: 4px; 
	margin-left: 4px;
	cursor:pointer;
}

.body{width: 600px; margin: 2 auto;}  
.form{width: 600px; margin: 5 auto;}
button{size: 20px;padding: 8px 16px; color: #ad8; background-color: rgb(025, 025, 105);
	 text-shadow: rgb(0,0,0) 0 1px 0; font-size: 14px; 
	 box-shadow: rgba(255,255,255,0.54) 0 2px 0 0 inset,#fff 0 1px 0 0; 
	 border: 1px solid #164250; border-radius: 10%;
	 margin-top: 4px; margin-left: 3px; cursor:pointer;}
button:hover {background-color: rgb(177,12,133);}
input[type='text'], input[type='email'], input[type='password']
  {	background-color: rgb(228,229, 177);
	width: 12em; border-radius: 5px;border: 0.1em solid rgb(190, 246, 146);
	 padding: 1em; color: #333; font-size: 14px; margin-top: 10px;}
input[type='submit']{padding: 10px 25px; color: #ad9;
	 background-color: rgb(28,29, 107);
	 text-shadow: rgba(0,0,0,0.24) 0 1px 0; font-size: 16px; 
	 box-shadow: rgba(255,255,255,0.54) 0 2px 0 0 inset,#ad6 0 1px 0 0;
	 border: 1px solid #164250; border-radius: 4px; 
	 margin-top: 10px; cursor:pointer;}
input[type='submit']:hover {background-color: #404078;}