/* CSS Document - styles.css */

ul,ol { list-style: none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

/* HTML */
body {
	font: 12px/17px lucida grande,lucida sans,lucida sans unicode,sans-serif;
	background: url("bg.gif") repeat;
}

a { text-decoration: underline; color: #135805; }
a:hover { text-decoration: none; color: #53331A; }
fieldset { border: none; }
em strong { display: block; visibility: hidden; }

h1 span, h2 span, #mast span { display: none; }

/* Layout */
#top, #top-container, #bot-container, #bot-container-bot, #mast, #nav, .nav-inside, #actual-nav, #footer { width: 647px; }

h1	{
	font-size: x-large;
	font-family : Arial, Helvetica, sans-serif;
}

a:link,a:visited	{
	color: #05331a;
	text-decoration: underline;
	}
a:hover,a:active	{
	color: #66B268;
	text-decoration: none;
	}