a:link
{
	color:red; 
}
a:visited
{
	color: rgb(51,153,102); 
} 
a:active 
{
	color: rgb(255,153,0);
}

p
{
	background-color:#9FF;
	font-family:"Lauren Script", cursive;
	font-size:19px;
	color: #000;
	text-align:center;
}

p.left
{
	background-color:#9FF;
	font-family:"Lauren Script", cursive;
	font-size:19px;
	color: #000;
	text-align:left;
}
p.large 
{
	font-style:large;
	font-size:39px;
	font-family:"Lauren Script", cursive;
	text-align:center;
}

p.medium 
{
	font-size:29px;
	font-family:"Lauren Script", cursive;
	text-align:center;
}

p.medsmall 
{
	font-size:20px;
	font-family:"Lauren Script", cursive;
	text-align:center;
}
p.small
{
	font-size:12px;
	font-family:"Times New Roman";
	text-align:center;
}
b
{
	display:block;
	width:180px;
	height:80px;
	line-height:80px;
	background-color:#00F;
	background-image: url(../../../images/new_cone.GIF);
	background-position: left top;
	background-repeat: no-repeat;
	visibility: visible;
	font-family:"Lauren Script", cursive;
	text-align:center;
	font-size: 18px;
	color: #FFF;
	position:absolute;
	left:10px;
	top:900px;
	z-index: 1;
}


}
  
.object-box
{                
border: 1px solid;  
text-align:center;
}         

div.ex
{
width:659px;
padding:10px;
border:5px dashed gray;
margin:23%;
}

body
{
	color: #000;
	background-attachment: fixed;
	background-color: #9FF;
	background-repeat: no-repeat;
	font-family: "Lauren Script", cursive;
	font-size: 16px;
	
}

body.c
{
	color: #000;
	background-attachment: scroll;
	background-color: #9FF;
	font-family: "Lauren Script", cursive;
	font-size: 16px;
	background-image:url(http://www.graysicecream.com/images/huge_cone.gif);
	background-repeat:no-repeat;
	background-position:right top;
	margin-right:200px;
}
 
.wrapper 
{ 
min-height: 100%; 
height: auto !important; 
height: 100%; 
margin: 0 auto -4em; 
} 

.footer, .push 
{ 
height: 4em; 
} 
	
		
