/* ===================================== Tags ===================================== */
body {
	background-color: #ffc;
	color: #000;
	margin: 0;
	padding: 1em 14%;
	font-family: "Lucida Grande", Geneva, Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* Listen */
ol,ul,dl {
	margin: 0;
	margin-left: 1em;
	padding: 0;
}


img	{
	border: 0;
}


address {
	font-style: normal;
}


small {
	font-size: 80%;
}


h1 {
	font-size: 140%;
	line-height: 160%;
}


h2 {
	font-size: 126%;
	line-height: 140%;
}


h3 {
	font-size: 114%;
	line-height: 126%;
}


h4, h5, h6 {
	font-size: 100;
	line-height: 114%;
}


table {
	border: 0 none;
}
th, td {
	padding: .5em;
}

/* http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes */

a {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #063;
}
a:visited {
	color: #0a0;
}
a:hover {
	background-color: #063;
	color: #fff;
}
a:active {
	color: #f03;
}


.cssbreak {
	clear: both;
}

.portrait {
	margin-right: .5em;
}

.green {
	font-weight: bold;
}

.hide {
	display: none;
}
