.mouse 	 { cursor: url(http://www.milano-pizza.co.uk/link.ani); }

.roundcont {
	width: 250px;
	background: #D4E284;
	color: black;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background-position: top right; background-image:url('tr.gif'); background-repeat:no-repeat; background-attachment:scroll
	
}

.roundbottom {
	background: url('br.gif') no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.tdfix {
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position:  left top; 
}

.on {
	 background-color: #F5FAEF;
	 background-repeat: no-repeat;
	 background-attachment: fixed;
     background-position:  left top;
}
.off{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:  left top;
}

.over_under{
			text-decoration: overline underline;
			color: Black;
}

body         { 
			   background-image: url('images/bg.gif');	
			   background-repeat: no-repeat; 
               background-attachment: fixed;
               background-position: center bottom;
               
               margin-left: 0px;
			   margin-top: 0px;
			   margin-right: 0px;
			   margin-bottom: 0px;
               
               color: black;
			   
               scrollbar-base-color:BLACK;
			   scrollbar-arrow-color:black;
				
			   scrollbar-3dlight-color:white;
			   scrollbar-highlight-color:#D6EB29;
				
			   scrollbar-face-color:#EEF7A4;
			   scrollbar-track-color:WHITE;
				
			   scrollbar-shadow-color:#D6EB29;
			   scrollbar-darkshadow-color:White;
			   
			   cursor: url(mouse.cur);
               
}
a:link       { color: sienna; text-decoration: none; font-weight:bold;}
a:visited    { color: sienna; text-decoration: none; font-weight:bold;}
a:active     { color: red; text-decoration: overline underline;}
A:hover 	 { color: chocolate; text-decoration: none;}

A 			 { cursor: url(mouse.cur); }
