/*Initialize page to know defaults*/

html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,a {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;/*init*/}

/*Set default font size to 10px = 1em --assumes default browser font of 16px - allows all fonts and lengths to be set as multiples of 10px and be relative to sizing changes*/

body { 
font-size: 62.5%; 
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
margin: 0em;
padding: 0em;
text-align: left;
}

/* LINKS */
	a,
	a:link 
	a:active {
		color: blue;
		background-color: transparent;
		text-decoration: underline;
	}
	a:visited {
		color: purple;
		background-color: transparent;
	}
	a:hover {
        color: red;
        background-color: transparent;
		text-decoration: none;
	}
/* END LINKS */

/* HEADINGS */
	h1 {
		font-size: 2.4em;
		line-height: 1.8em;
		margin: 0 0 0.6em 0;
		padding: 0;
        color: black;
	}
	h2 {
		font-size: 1.8em;
        line-height: 1.8em;
		margin: 0 0 0.6em 0;
		padding: 0;
        color: black;
	}
	h3 {
		font-size: 1.6em;
		line-height: 1.6em;
		margin: 0 0 0.6em 0;
		padding:0;
        color: black;
	}
	h4 {
		font-size: 1.4em;
		line-height: 1.6em;
		margin: 0 0 0.3em 0;
		padding: 0;
        color: black;
	}
	h5 {
		font-size: 1.3em;
		line-height: 1.6em;
		margin: 0 0 0.3em 0;
		padding: 0;
        color: black;
	}
	h6 {
		font-size: 1.2em;
		line-height: 1.6em;
		margin: 0 0 0.3em 0;
		padding: 0;
        color: black;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1.2em;
		margin: 0em 0em 0em 0em;
		padding: 0;
		line-height: 1.3em
	}
	blockquote {
		border-left:10px solid #ddd;
		margin-left:10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.2em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1.2em;
        white-space: pre;
    }
/* END TEXT */



/* TABLE */
	table {
        font-size: 1.2em;
		margin: 0 0 1.8em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1.2em;
	}
/* END TABLE */	


/*End default initialization*/

/*custom typo goes here*/

/*begin rss-to-javscript*/

p.channel {color: #1a458b;margin-bottom:5px;}
.channel a:link {color: #1a458b; text-decoration:none;
font-weight: 700;}


.newsAlt a:link {color: #ff6600;
margin:5px;}
.newsAlt a:hover {color: #77ab2b;}

.noaaWeatherIcon {margin:10px;}

h4.announce {
color:red;}