/**********************************************************************************
 * 
 * LastChangedDate:		$Date: 2007-01-29 16:05:50 +0100 (Mon, 29 Jan 2007) $
 * LastChangedRevision	$Rev: 51 $
 * LastChangedBy:		$Author: $
 * HeadURL:				$URL: http://linux/cd/balance/trunk/httpdocs/css/tags.css $
 * ID:					$Id: tags.css 51 2007-01-29 15:05:50Z  $
 * 
/**********************************************************************************/

/* tags */
html,
body {
	height: 100%;
}
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: Arial;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #09f;
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	margin: 0;
	padding: 0;
}
td {
	vertical-align: top;
}
fieldset {
	padding: 0 10px;
	border: 1px solid #f60;
}
legend {
	padding: 10px;
	font-weight: bold;
}
h1 {
	font-size: 52px;
	font-weight: lighter;
	line-height: 56px;
	letter-spacing: 2px;
	word-spacing: 2px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #000;
}
h3 {
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 2px;
	word-spacing: 2px;
	line-height: 26px;
	color: #000;
	padding-right: 15px;
}
h4,
h5 {
	font-size: 18px;
	font-weight: bold;
}
h4 a,
h5 a {
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
	line-height: 19px;
}
h6 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}
ul {
	padding: 5px 15px;
	color: #333;
}
li{
	color: #333;
}
a u {
	text-decoration: none;
}
