﻿/*This is a comment*/
a:link {
	color: #540808;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: underline;
	color: #FF00FF;
}
body {
	margin: 0px;
	color: #000000;
	background-image: url('https://el34world.com/images/lgrey015.jpg');
	background-color: #999999;
	font-size: medium;
	font-family: Verdana;
	font-style: normal;
}
.divcenter {
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.font2 {
	font: small Verdana;
}
.font3 {
	font: medium Verdana;
}
.font4 {
	font: large Verdana;
}
.fontbold {
	font-weight: bold;
}
.fontblue {
	color: blue;
}
.fontgreen {
	color: #008000;
}
.fontred {
	color: red;
}
.fontaqua {
	color: #0099FF;
}


/* makes images scale down automatically and centered */
.img5 {
	border-width: 0px;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
/* makes images scale down automatically and left */
.img6 {
	border-width: 0px;
	max-width: 100%;
	height: auto;
}

/* Start make tables collapse with scroll bars */
.table5 {
	border: thin #808080 solid;
	border-collapse: collapse;
	padding: 10px 3px 10px 3px;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
	font-size: large;
	background-color: #E5E5E5;
}
.tdleft5 {
	border: thin #808080 solid;
	padding: 10px 3px 10px 3px;
	text-align: left;
}
.tdright5 {
	border: thin #808080 solid;
	padding: 10px 3px 10px 3px;
	text-align: right;
}
.tdcenter5 {
	border: thin #808080 solid;
	padding: 10px 3px 10px 3px;
	text-align: center;
}

/* forum table with smaller text size */
.table6 {
	border: thin #808080 solid;
	border-collapse: collapse;
	padding: 10px 3px 10px 3px;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
	background-color: #E5E5E5;
	font-size: medium;
}

/* End make tables collapse with scroll bars */

/* project honeypot*/
a.libihi {
	color: #000000;
	font: bold 10px arial,sans-serif;
	text-decoration: none;
}

