/*<?php
header('content-type: text/css');
//header('Cache-Control: public,max-age=1800'); //30 minutes
//header('Expires: ' . gmdate('D, d M Y H:i:s', (time()+1800)).' GMT');

include 'test.css';
?>*/
/* ---------------- OVERRIDE BROWSER DEFAULT TYPOGRAPHY ---------------- */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}

div#holder {
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 1.6em 0em 0em;
}

h2 {
	font-size: 1.2em;
	margin: 1.4em 0em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	margin: 1.6em 0em 0em;
	font-weight: normal;
}

h4 {
	font-size: 0.9em;
	margin: 1.2em 0em 0em;
	font-weight: bold;
}

h5 {
	font-size: 0.9em;
	margin: 1.2em 0em 1.2em;
	font-weight: normal;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em;
	font-weight: bold;
}

a {
	color:#000;
	text-decoration:none;
}

p,
li {
	line-height: 1.2;
}

p {
	font-size: 1em;
	margin: 0.9em 0em 1.2em;
}

li {
	font-size: 0.9em;	
}

li > p {
	margin-top: 0.2em;
}

ol, ul {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left: 0;
	padding-left: 1.8em; /* 1.8em is flush left in IE6; 1.55em in Firefox2 */
	list-style-type: square;
}

img {
	border: 0 none;
}

th {
	font-weight: normal;
	text-align: right;
	padding-right: 0.5em;
}

td {
	text-align: center;
}

form,
button,
input,
select,
textarea {
	margin: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 0.74em;
	/* avoid increased line-box height */
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

sup.ordinal {
	text-transform: lowercase;
}

.temperature {
	white-space: nowrap; /* prevent IE from word-breaking after degreee symbol */
}
