/**********************************************************************************
 * 
 * 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: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 21px;
	margin: 0;
	padding: 0;
}
p{
	margin-bottom: 10px;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
}
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-family:Arial, Helvetica, sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}
h3{
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
ul {
	padding: 0px 15px 10px; 
}
object{
	outline: none;
}