/* life is like a box of chocolates */

.rollover a {
display:row;
width: 200px;
height: 43px;
padding: 5px 20px;
font: normal 10px arial;;
color:#ccc;
background: url("http://d3viant-d3signs.com//i/blank.png") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position:  -43px;
color: #fff;
}
.rollover a:active {
background-position: 0 -86px;
color:#fff;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #d7c57e;
	font-size: 12px;
}

h2 {
	color: #d7c57e;
	font-size: 10px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
body {
	background-color: #CCCCCC;
	background-image: url(http://d3viant-d3signs.com//i/bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

body
{
	scrollbar-arrow-color:#caab60;
	scrollbar-base-color:#221A13;
	scrollbar-shadow-color:#333333;
	scrollbar-face-color:#151515;
	scrollbar-highlight-color:#333333;
	scrollbar-dark-shadow-color:#30281F;
	scrollbar-3d-light-color:#524210;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
background {
  background:url(i/bg.png)
