body {
	background: White;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}
h1{
	background: White;
	color: #000099;
	font-size: 20px;
	font-weight: bold;
}
.photoFrame{
	margin-top: 20px;
	border: 2px dotted Red;
}
td {
	color: #000099;
	}
input, textarea {
	background-color: White;
	color: Black;
	font-family: monospace;
	font-size: 13px;
}
.bold {
	background: White;
	color: Black;
	font-weight: bold;
}

.header {
	background: White;
	color: #CC0000;
	font-weight: bold;
}
.colourChart{
	background: White;
	font-size: 10px;	
}

.toptitle {
	background: White;
	color: #0066FF;
	font-weight: bold;
}
.white {
	color: White;
	font-size: 10px;
}

.offer {
	background: White;
	color: #DE0000;
}


a:hover, a:link, a:visited {
	background: White;
	color: #6699FF;
}
.credits, .credits:link, .credits:visited {
	background: White;
	color: Silver;
	font-size: 10px;
}
.offer:link, .offer:visited ,.offer:active {
	background: White;
	color: #DE0000;
	text-decoration: underline;
}
a.boldlink:hover, a.boldlink:link, a.boldlink:visited {
	background: White;
	color: #000099;
	text-decoration: none;
}
form{
	margin :0px;
	padding: 0px;
}
/* for new forms */
.tableFrame{
	border: 1px solid #000099;
	padding: 12px;
}
.button{
	background: Blue;
	color: White;
	font-size: 14px;
	font-weight: bold;
}
