	/*Using #FFFF00 for the text color in the lollipop links.*/

body {

	text-align: center;
	
	color: #FF0066;
	
	background-color: white;

	background-attachment: fixed;

	background-image: url(images/poplollyimages/lollipop.jpg);

}

p {

}

li {

}

h1 {

	font-size: 22px;

}

h2 {

	font-size: 16px;

}

/* Pseudo Classes */

a:link {

	text-decoration: underline;
	
	font-weight: bold;

}

li a:link {

	text-decoration: underline;

	font-weight: bold;

}

a:visited {
	
	text-decoration: underline;

	font-weight: bold;
	
	color: #FF0066;

}

li a:visited {

	text-decoration: underline;

	font-weight: bold;

}

a:hover {

	text-decoration; overline;

	font-weight: bold;

	/*padding-bottom: 5px;*/

}

li a:hover {

	text-decoration: underline;

	font-weight: bold;

	/*padding-bottom: 5px;*/
}


a:active {

	text-decoration: underline;

	font-weight: bold;

}

/*******ID's*******/


#centercolumn {
	
	z-index: 2;

	align = center;

	margin: 0 auto;

	width: 760px;

	/*height: 760px;*/

	background-color: white;

        

	border-left: 1px solid #FF0066;
	border-right: 1px solid #FF0066;
	border-top: 1px solid #FF0066;
        border-bottom: 1px solid #FFFFFF;

	font-size: 2.0em;
	
}

#middlelinks {
	
	z-index: 3;

	align = center;

	margin: 0 auto;

	width: 760px;

	/*height: 760px;*/

	background-color: white;

        font-size: 1em;

	border-left: 1px solid #FF0066;
	border-right: 1px solid #FF0066;

}

#bottomlinks {
	
	z-index: 4;	

	align = center;

	margin: 0 auto;

	width: 760px;

	background-color: white;

	font-size: .7em;

	border-left: 1px solid #FF0066;
	border-right: 1px solid #FF0066;
	border-bottom: 1px solid #FF0066;

	
}

#leftcolumn {

z-index: 1;

align = left;

margin: 0 auto;

background-color: white;
}


#rightcolumn {

align = right;

margin: 0 auto;

background-color: white;
}
