@charset "utf-8";
body {
	font-family: "microsoft sans Serif", "ms Sans Serif", "sans-serif";
	font-size: small; 
	margin:0;
	padding:0;
}
h1 {
	color:#030;	
	}
h2 {
	color:#006;	
	}
a {
	text-decoration: none;
}
a.one:link ,a.one:visited {
  color: #000;
}
.top-header{
	background-color:#033;
	}
.menu-item {
	color: white;
	padding:15px;
	display: inline-block;
	text-decoration: none;
	margin-right:30px;
}
.brand{
	font-size:18px;
	font-weight:600;
	}
.box {
	background-color:#CC9;
	/* width:200px; */
	padding:30px;
	margin:auto;
	margin-bottom:5px;
	display: inline-block;
	text-align:center;
	font-size:18px;
	font-weight:600;
	border-radius:20px;
	}
table,th,td {
	border:1px solid;
	border-collapse: collapse;
	border-color:#000;
	padding:6px;
	margin:auto;
	margin-top:10px;
  vertical-align: top;
	}
th {
	background-color:#066;
	color:#FFF;
	}
.tcenter {
	text-align:center;
	}
.tright {
	text-align:right;
	}
tr:nth-child(even) {background-color: #f2f2f2;}
tr:hover {background-color: coral;}
tr.tnohover:hover {background-color: #fff;}
