
 
 /* Default settings */
body { 
}

a:hover {
	color:red;
}

/* Divisions */
#container
{
}

#masthead{
	display: none;
}


#navigation {
	display: none;
}

#bar-left{
	display: none;
}

#unprintable{
	display: none;

}

#content
{
float: left;
}

#page {
}

#footer
{
	clear: both;
}

/* Logo */
A.Logo	{ color: rgb(49,198,198); }
A.Logo img { border:0; }
A.Logo:active { color: rgb(49,198,198); }
A.Logo:hover { color: rgb(49,198,198); }
A.Logo:link { color: rgb(49,198,198); }
A.Logo:visited { color: rgb(49,198,198); }


/* Fonts */
/*
 * .fntNormal {font-family:tahoma,sans-serif;text-decoration:none}
 * .fntOver {font-family:tahoma,sans-serif;text-decoration:overline}
 */
.fntNormal {font-family:tahoma;text-decoration:none}
.fntOver {font-family:courier;text-decoration:overline}


/* End of file: Stylesheet.css */
