body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px
}
.font10 {
	font-size: 10px;
}
.font10b {
	font-size: 10px;
	font-weight: bold
}
.font12 {
	font-size: 12px;
}
.font12b {
	font-size: 12px;
	font-weight: bold
}
.folderstable{
	background-color: #FFFFFF
}
/* Link colors */
.folderlink { /* Folder list style */
	font-size: 10px;
}
a {
	color : green;
}
a:active {
	color: green;
}
a:hover {
	color: Red
}
/* Table and Table header colors, primarily used to edit Admin page */
td {
	font-size: 10px
}
th {
	font-size: 10px
}
/* The styles below are in the Admin Page and is the only way possible to customize the Admin page */
h3 {
	text-decoration: underline
}
table.greentable { /* Appplies to the Time/Date bar */
	background-color: #D6D6CE
}
.whitefont { /* Appplies to the Time and Date text */
	color: Black
}
.yellowfont { /* Appplies to the Time and Date numbers */
	color: Black
}
/* Thanks for these Archie, See? Ask and receive. :) */
.adminhead {
	border: outset 5px;
	background-color: #D6D6CE;
	font-weight: bold
}
.admin {
	border: inset 5px;
	background-color: #D6D6CE;
	width:700px
}
