body {
        font-family:"Arial, Helvetica, sans serif";
        font-size:11px;
}
.signup { /* can do the same with the css for this font /*
font-size: 10px;
text-align:center;
}
input.submit {
	font-weight: bold;
}
.button {
    border: 1px solid #006;
    background: #9cf;
}

.submitbutton {
        color:#484848;
        font-family:"Arial, Helvetica, sans serif";
        font-size:11px;
	font-weight: bold;
        background-color:#e6e6e6;
        border:1px solid #9B9B9B;
        cursor:pointer;
        padding-top: 0px;
}
input
{
/* make the input filed look the way you want, border 1px, only outset type then the fonr */	
	border: 1px;
        font-family:"Arial, Helvetica, sans serif";
        font-size:11px;
	border: 1px;
	border-style:outset; 
	color: #0086BF;
}
input.outset {
	font-weight: bold;
        font-family:"Arial, Helvetica, sans serif";
	border: 1px;
	border-style:outset; 
	color: #0086BF;
}
.input {
    border: 1px solid #006;
    background: #ffc;
}
.button {
width: 40px;
height: 20px;
font-size: 11px; 
font-family: "Arial, Helvetica, sans serif"; 
border: 1px;
    background: #9cf;
    font-weight: bold;
}
.style1 {font-size: 11px;font-family: "Arial, Helvetica, sans serif"}
.style2 {font-family: "Arial, Helvetica, sans serif"; font-weight: bold; }
.style3 {
	color: #0099CC;
	font-weight: bold;
}
.style4 {
        font-family: "Arial, Helvetica, sans serif";
        color: #0099CC;
        font-weight: bold;
}
.style5 {
        color: #0099CC;
        font-weight: bold;
}
.style6 {color: #0099CC}
.style7 {font-size: x-small}
.style8 {color: #0099CC; font-size: small; }
.myform {
        font-size: 12px;
}
.service {
        font-color: #000000;
        font-size: 24pt;
        color: #000000;
}
