body {
	/* background-image: url("https://web.archive.org/web/20000816163137im_/http://raremedium.com/images/new.background.gif"); */
	background-color: #a0a4b3;
	/* background-image: linear-gradient(#5e788c,#647c94,#c1d0d2); */ 
	background-size: contain;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    border-spacing: 2;
    border-color: black;
    font-variant: normal;
}

.givemehead {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
	  text-transform: uppercase;
}
.regtext {
    color: #444c54;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
}
.feed {
  color: #384755;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.feedtxt {
    color: #5c6166;
    text-decoration: none;
    font-weight: 100;
    font-style: italic;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    text-transform: none !important;
}
.links {
  color: #5c6166;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
a {
  transition: all 0.15s;
}
a:link {
color: #284057;
}
/* visited link */
a:visited {
color: #5C6066;
}
/* mouse over link */
a:hover {
color: #657792;
}
/* selected link */
a:active {
  color: #798FB0;
  font-style: italic;
}
#footer {
  color: #5c6166;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
#footer {
   position:absolute;
   bottom:-39%;
   width:100%;
   height:fit-content;
}