@charset "utf-8";
body
{
	background-color: #2E3B41;
}
h1
{
	font-family: Gill Sans Extrabold, cursive;
	font-weight: normal;
	font-size: 2em;
	color:  #CED894;	
}
.dt
{
	vertical-align: top;
	align-items: flex-start;
}
.tbl
{
	  background-color: #D19394;
      border-collapse: collapse;
      border: 2px solid rgb(10,100,190);
      letter-spacing: 1px;
      font-size: 0.8rem;
}
.cen
{
	text-align: center;
	padding: 7px 7px;
}
.rght
{
	text-align: right;
	padding: 7px 70px;
}
.best
{
	color: red;
	background-color: aquamarine;
	font-weight: bold;
}
.strng
{
	background-color: #C0E7A5
}
.positioned {
    position: relative;
    top: 35px;
    left: 300px;
}
.wht {
	background-color: aliceblue;
}
.headr{
	color: antiquewhite;
}
