BODY {
	background-image : url( images/valentine-dine_01.png);
	background-repeat : repeat;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	color : Black;
	{cursor: url(http://www.graphicsarcade.com/holidays/valentine/cursors/valentine_cursors_4.cur); 
}

A:ACTIVE, A:HOVER, A:VISITED {
	color : Blue;
}

H2 {
	color : White;
	font-size : large;
}
H3 {
	color : red;
	font-size : large;
	font-style : italic;
}
.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}


