/**********************************************************************************
 * 
 * LastChangedDate:		$Date: 2006-06-26 12:35:49 +0200 (Mon, 26 Jun 2006) $
 * LastChangedRevision	$Rev: 29 $
 * LastChangedBy:		$Author: $
 * HeadURL:				$URL: http://linux/cd/digitalcities/trunk/css/tags.css $
 * ID:					$Id: tags.css 29 2006-06-26 10:35:49Z  $
 * 
/**********************************************************************************/

/* tags */
body {
	background-color: #D3D2D2;
}
body,
form,
table,
div,
span,
fieldset,
legend,
input,
option,
select,
textarea,
embed,
object,
ul,
li,
p,
td,
th,
a,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #918F90;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
a {
	color: #918F90;
	text-decoration: none;
}
a:hover {
	color: #09f;
	text-decoration: underline;
}
a img {
	border: none;
}
td {
	vertical-align: top;
}
fieldset {
	padding: 0 10px;
	border: 1px solid #f60;
}
legend {
	padding: 10px;
	font-weight: bold;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #D3D2D2;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
}
ul {
	padding: 5px 15px;
	padding-top: 0;
	list-style: url('../img/bullet.gif')
}

