/* Common Attributes */
font.smaller {font-size: small}
p {text-align: left}
p.center {text-align: center}
newupcolor {color: #33cc00}
highlight {color:#00ffff}
img.bordered {border: thin solid silver}

/* Normal page attributes */
/* Commented out until all of the weather pages are updated
body {background-color: white; color: #000070; font-family: Arial, sans-serif; font-size: medium;}
a:visited {color: #800000; text-decoration: underline}
a:active {color: #800000; text-decoration: underline}
a:hover {color: #800000; text-decoration: underline}
a:link {color: #3366ff; text-decoration: underline}
*/

/* Default page attributes - leave until all of the weather pages are updated */
body {background-color: black; color: #ffffcc; font-family: Arial, sans-serif}
a:visited {color: #3366ff; text-decoration: underline}
a:active {color: #66ffff; text-decoration: underline}
a:hover {color: #66ffff; text-decoration: underline}
a:link {color: #66ccff; text-decoration: underline}

/* Normal page attributes */
body.standard {background-color: white; color: #000070; font-family: Arial, sans-serif; font-size: medium;}
a.standard:visited {color: #800000; text-decoration: underline}
a.standard:active {color: #800000; text-decoration: underline}
a.standard:hover {color: #800000; text-decoration: underline}
a.standard:link {color: #3366ff; text-decoration: underline}

/* Weather page attributes */
body.weather {background-color: black; color: #ffffcc; font-family: Arial, sans-serif}
a.weather:visited {color: #3366ff; text-decoration: underline}
a.weather:active {color: #66ffff; text-decoration: underline}
a.weather:hover {color: #66ffff; text-decoration: underline}
a.weather:link {color: #66ccff; text-decoration: underline}

/* Layout tags */
#navigation {
	position: absolute;
	left: 0;
	width: 18%;
	padding: 1em;
}

#content {
	position: absolute;
	left: 20%;
	padding: 1em
}
