/* * -File    	$Id: form.css,v 1.31 2004/08/08 19:55:40 purestorm Exp $ * -Copyright 	Bushbaby Multimedia * -Author  	Bas Kamer, bas at bushbaby dot nl *//* some global positioning, body tag only */body {	background-color: #ffffff;	margin: 0px; padding:0; /* zero margin, padding is for Opera */	/*	places an background image at the bottom of the page *//*	background-image: url(my_background_image.gif);	background-repeat: no-repeat;	background-position: bottom right;*/}body, p, td {	/* the default .plattetekst style, everything get's it by default */	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	color: #000;	line-height: 14px;}h1 {	font-size: 1.3em;    margin:0px;}h2 {	font-size: 1.2em;    margin:0px;}h3 {	font-size: 1.1em;    margin:0px;}h4 {	font-size: 1.0em;    margin:0px;}h5 {	font-size: 1.0em;    margin:0px;}h6 {	font-size: 1.0em;    margin:0px;}/* anchor defaults */a {	text-decoration: none;	background: transparent;	font-weight: bold;}a:visited {	text-decoration: none;}a:link {	text-decoration: none}a:hover {	text-decoration: underline;}a:active {	text-decoration: underline;}/* a lame attempt to have coloring sone by css, i have *not* figured out how to do this yet */.context_magenta {	color: #f36;}.context_cyan {	color: #09C;}.context_purple {	color: #306;}.Pagination    { color: #2b2b2b; font-size: 0.9em; font-stretch: narrower; text-align: right; margin-top: 12px; margin-bottom: 12pt }.Pagination a     { color: #2b2b2b; font-weight: normal; text-decoration: none }