/**********************************************************************************
 * 
 * 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 {
	text-align: center;
}
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: Lucida Sans Unicode, Arial, Verdana;
	font-size: 13px;
	color: #000;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
p{
/*	margin-bottom: 10px; */
	
}
object { outline: none; } 
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	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: 14px;
	color: #343A88;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.12em;
}
h2 {
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	line-height: 28px;
/*	color: #343A88; */
	color: #000;
}
h3{
	font-size: 12px;
	color: #75522A;
}
ul {
	padding: 0px 15px 10px; 
}
