 /************************* Zero Values *************************/ 

html, body, ul, ol, li, th
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
} 

 /************************* Body and Headings *************************/ 
 
 
/************************** Search Engine SubmissionTableList *************************/

#searchenginesubmissiontable {
}

#searchenginesubmissiontable li {
list-style: square inside;
margin-left: 10px;
}

#searchenginesubmissiontable p {
margin: 0px; 
padding-bottom: 10px;
line-height: 20px;
}


/************************** Dedicated Server SubmissionTableList *************************/

#dedicatedservertable {
}

#dedicatedservertable li {
list-style: square inside;
margin-left: 10px;
}

#dedicatedservertable p {
margin: 0px; 
padding-bottom: 10px;
line-height: 20px;
}



