

body
{
background-image: url('http://mysalesdna.com/images/salesBG.jpg'); 
background-repeat: repeat-x;
background-color: white;
}

a
{
text-decoration: none;
color: black;
}

a:hover
{
text-decoration: underline;
}

.menu
{
text-align: center;
background-color: white;
background-image: url('http://mysalesdna.com/images/NEWmenu1.jpg');
background-repeat: repeat-x;
color: black;
font-weight: bold;
font-family: arial;
font-size: 9pt;
padding: 10px 0px 20px 0px;
}

.menu a
{
text-decoration: none;
color: black;
}

.menu a:hover
{
text-decoration: underline;
}

.innertable
{
border:1px solid #d4d4d4; 
background-color: white;
background-image: url('http://mysalesdna.com/images/contentBG.jpg');
background-repeat: repeat-x;
color: black;
font-family: arial;
font-size: 10pt;
padding: 15px;
line-height: 120%
}