 Stylesheet for the dynamic forms generated by the .cgi scripts 

body {
  margin: 10px;
  background color: #667CA3; color: #ffffff;
  background-image: url(http://jackfic.net/design/banner2.jpg); 
  background-repeat: repeat-x;
  font-size: small;
}


A { 
	color: #000000; 
	font: verdana; 
	text-decoration: none; 
} 

A:link		{ color: #000000; } 
A:visited	{ color: #000000; } 
A:active	{ color: #000000; } 
A:hover		{ color: #666666; } 


A.sidebar:link		{ color: #EEA73D; } 
A.sidebar:visited	{ color: #85540C; } 
A.sidebar:active	{ color: #EEA73D; } 
A.sidebar:hover		{ color: #F5D095; } 

table {
	font-family:verdana, arial, helvetica, sans-serif;
	background: #Ffffff;
	font-size: x-small;
}

table.layout {
	border: 1px solid black;
}

table.content {
	background: #ffffff;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

td.sidebar {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

ul {
	margin-left: 0;
	padding-left: 5px;
	padding-top: 0;
	margin-top: 1px;
}

li {
	margin-left: 12px;
	padding-bottom: 5;
}

font {
	font-size: xx-small;
	color: blue;
}

font.instructions {
	font-size: xx-small;
	color: red;
}

