/* background of the whole page is set to black with the skull picture 
on the left hand side. Stationery - does not move when you scroll down the page.
*/

body { 
	background-color: #000000;
	background-image: url('../image-files/skullback.gif');
	background-repeat: repeat-y;
	background-attachment: fixed;
	position: relative; min-width: 600px; width: 100%; margin: 0; padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	}

#banner {
	background-image: url('../image-files/hallologo2.gif');
	width: 571px;
	height: 103px;
	/*width: 652px;
	height: 118px;
	margin-left: 199px;*/
	
	margin-left: 175px;
	}

#maincontent {
    margin-top: 10px;
    margin-left: 225px;
    margin-right: 20%;
    border: 0px solid #000;
    }

#rightbar {
	position: absolute;
	right: 5px;
	top: 150px;
	width: 150px;
	border: 0px solid #000;
	color: #99FF33;
	}
	
#newsltr {
	color: #FF3300;
	}	

			
/* all lettering in "all areas" is in red at this time */
h1, h2, h3, p {
	color: #FF3300;
	}

/* links are: link(unvisited)-blue; visited-purple; hover-green ; active-purple */
#maincontent a:link {
	color: #0066FF;
	text-decoration: underline;
	}

#maincontent a:visited {
	color: #CC00CC;
	text-decoration: underline;
	}

#maincontent a:hover {
	color: #33CC33;
	text-decoration: underline;
	}

#maincontent a:active {
	color: ##0066FF;
	text-decoration: underline;
	}

/* links are: link(unvisited)-blue; visited-purple; hover-green ; active-purple */
#footer a:link {
	color: #0066FF;
	text-decoration: underline;
	}

#footer a:visited {
	color: #CC00CC;
	text-decoration: underline;
	}

#footer a:hover {
	color: #33CC33;
	text-decoration: underline;
	}

#footer a:active {
	color: ##0066FF;
	text-decoration: underline;
	}

#webpglist {
	color: #FF3300;
	}

#candlelist {
	color: #FF3300;
	text-align: left;
	}

#webpglist2 {
	color: #FF3300;
	}

#ingredients {
	color: #FF3300;
	}
	
#prepare {
	color: #FF3300;
	}

#usedFrom {
	font-size: x-small;
	text-align: right;
	color: purple;
	} 

#footer {
	text-align: center;
	color: #99FF33;

	}
	
#topnav a:link, #topnav a:visited,
#topnav a:hover, #topnav a:active {
	text-decoration: none;
	text-align: center;
	}
	
/* links are: link(unvisited)-blue; visited-purple; hover-green ; active-purple */
#topnav a:link {
	color: #0066FF;
	}

#topnav a:visited {
	color: #CC00CC;
	}

#topnav a:hover {
	color: #33CC33;
	}

#topnav a:active {
	color: ##0066FF;
	}


.define {
	text-decoration: underline;
	color: orange;
	}
	
#table a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	}
	
.count2 {
	font-color: #FF3300;
	background-color: #000000;
	}