a { 
	text-decoration:underline;
	color:red;
}
a#tg{
	color:orange;
}
a:hover {
	text-decoration:underline;
	color:orange;
}
h1 {
	font-size:29px;
	color:#3363FF;	
}
body {
	text-align:center;
	background-color:#B1B1B1;
	color:#00FF00;
	WORD-BREAK:BREAK-ALL;	
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      display: block;
}
textarea {
	background-color:#CCCCCC;
	color:#FF0000;
}
form#Message {
	font-family:"Times New Roman",Georgia,Serif;
}
div#float{
	margin: auto 0;
	z-index:-2;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
}
div#fblogout{
	background-color:white;
}
div#yltg{
	color:#00CCFF;
}
div#uptime{
	color:orange;
}
div#recent{
	background-color:black;
}
div#spam {
	background-color:black;
}
#flimg {
	width:100%;
	height:100%;
}
table#site {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      display: block;
      text-align: center;
}
td#left {
	background-color:#CCCCCC;
	width: 25%;
	text-align: left;
	color:red;
}
td#middle {
	text-align: center;
	width: 50%;	
	overflow:scroll;
	background-color:transparent;
}
td#right {
	background-color:#CCCCCC;
	text-align: right;
	color:red;
}
div#leftcol {
  width:300px;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  background-color:#0F0F0F;
  color:#FF0000;
}
div#rightcol {
  width:300px;
  height:100%;
  position:fixed;
  top:0px;
  right:0px;
  background-color:#0F0F0F;
  color:#FF0000;
}
a#reload {
	text-decoration: none;
	cursor:default;
}
img {
	border:0px;
}
.login {
	padding:2px;
	border:1px dashed #5F5F5F;
	background:transparent;
	color:#AFAFAF;
}
#loginbutton {
	position:relative;
	left:40%;
	border:1px solid #5F5F5F;
	background-color:#1F1F1F;
	color:#AFAFAF;
}
#loginbutton:hover {
	background-color:#2F2F2F;
	cursor:pointer;
}
div#minifeed {
	overflow:auto;
	text-align:left;
	position:absolute;
	height:90%;
	padding-top:4px;
}
div.posted {
	font-size:12px;
	padding:5px;
	border:1px solid #5F5F5F;
	border-left-width:0px;
	border-right-width:0px;
}
div.posted a.prolink {
	font-weight:bold;
	color:#AFAFAF;
	text-decoration:none;
}
div.posted a.prolink:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
div.posted a.dirlink:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.dirlink {
	font-size:10px;
	color:#3F3F3F;
	text-decoration:none;
}
div.posted div.time {
	font-size:10px;
	color:#3F3F3F;
	padding:0px;
	margin:0px;
	position:relative;
}
