div.calcu{

width:510px;
margin-left:auto;
margin-right:auto;
}

#headtext{
color:#CCFFFF;  /*---this is the instructions text color, up top just under "Dollars & Sense"---*/
font-size:12px;
width: 490;
margin-left:10px;
}

#results{
color:#33FF66;   /*---this is the results smaller text color.---*/
font-size:14px;
width: 490;
margin-left:10px;
}

h1.calc{
color:#CCFF33;   /*---this is the text color for the header text: "Customer Acquisition"---*/
font-size:36px;
text-align:center;
}
h2.calc{
color:#CCFF33;   /*---this is the subheader text color for: "Dollars & Sense"---*/
font-size:30px;
text-align:center;
}

Table.calc{
text-align:left;  
margin: auto;
color:#FFFFFF; /*---this is the text color for all the inputs---*/
font-weight:bold;
font-size:16px;
font-family: "Myriad Web", Verdana, Helvetica, Arial, sans-serif;


}

/*
///////////////////////////////////////////////////////////////////////////////
/////////////////////CUSTOMER AQUISITION CALCULATOR:///////////////////////////
/////////////////////          CSS FILE             ///////////////////////////
//////designed for: Tom Mackel by: Ian Lin of Jafty Interactive Designs////////
/////////////////////////////// www.jafty.com /////////////////////////////////
//////////////////////////// linian11@yahoo.com////////////////////////////////
////////////////////////////// (330)858-9743 //////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
*/