/**********************************************************************************
 * 
 * LastChangedDate:		$Date: 2006-07-04 13:25:51 +0200 (Tue, 04 Jul 2006) $
 * LastChangedRevision	$Rev: 5 $
 * LastChangedBy:		$Author: $
 * HeadURL:				$URL: http://linux/cd/geuzenvloot/trunk/css/tags.css $
 * ID:					$Id: tags.css 5 2006-07-04 11:25:51Z  $
 * 
/**********************************************************************************/

/* tags */

html,
body {
}
body {
	text-align: center;
	background-color: #ccc;
}
body,
form,
table,
div,
span,
fieldset,
legend,
input,
option,
select,
textarea,
ul,
li,
p,
td,
th,
a,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a img {
	border: none;
}
td {
	vertical-align: top;
}
fieldset {
	padding: 0 10px;
	border: 1px solid #000;
}
legend {
	padding: 10px;
	font-weight: bold;
}
h1 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
ul {
	padding: 5px 15px; 
}
