/* CSS for crustytiree.com */
/* created by timda */

BODY
{
	background-color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, 'san serif';
}

H1
{
	text-align: center;
	font-size: large;
	font-weight: bold;
}

H2
{
	font-size: small;
	font-weight: bold;
}


p.smallprint
{
	font-size: xx-small;
}

p.weather_title
{
	font-size: medium;
	font-weight: bold;
}

p.weather_text
{
	font-size: small;
	font-weight: bold;
}


A.hidden:link { color:#00FF00; text-decoration: none; }
A.hidden:visited { color:#00FF00; text-decoration: none; }
A.hidden:active { color:#00FF00; text-decoration: none; }
A.hidden:hover { color:#00FF00; text-decoration: none; }

:link img { outline-color:#00FF00  }
:visited img { outline-color:#00FF00  }
:focus img { outline-color:#00FF00  }
:active img { outline-color:#00FF00  }
