body {
	color: #330099;
	background: url("buttons/whiterosesbg_light.jpg");
	font-family: Arial, sans-serif, Verdana, Helvetica, Geneva ;
}

  :link { color: blue }  /* for unvisited links */
  :visited { color: rgb(153, 0, 153) } /* for visited links */
  :active { color: rgb(255, 0, 102) } /* when link is clicked */
  :hover { color: pink } /* when mouse is over link */

div.color {
	background: rgb(204,204,255);
	padding: 0.5em;
	border: none;
}

div.box { border: solid; border-width: thin; width: 100% }

div.boxPink { border: solid; border-width: thin; color: #FFCCFF; }
div.boxGray { border: solid; border-width: 3; color: #CCCCCC; }


.btLavendar
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 140px;
	color: #000000;
	background: #CCCCFF;
	border-color: #FFFFFF;
}

.btWhiteTD
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	color: #999999;
	background: #FFFFFF;
	border-color: #FFFFFF;
	border-style: none;
}

.btGrayTD
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background: #999999;
	border-color: #FFFFFF;
	border-style: none;
}