/* copied from the godaddy initial "holding page" stylesheet, cut down */

body { /* I prefer the open tail on 'g' in DejaVu Serif */
  font-family: "DejaVu Serif", "Liberation Serif", "FreeSerif", "Noto Serif", Serif;
  font-size:20px;
  line-height:1.2;
}

h1, h2, h3, h4, h5, h6 {
font-family: font-weight:normal; line-height:1.1; color:#000000;}
/*h1 {font-size:28px; line-height:30px; margin-left:10px; text-decoration:underline}
h2 {font-size:26px; line-height:28px; margin-left:10px; text-decoration:underline} */
h3 {font-size:22px; line-height:24px; margin-left:10px}
h4 {font-size:20px; line-height:22px; margin-left:10px}
/*h5 {font-size:18px; line-height:20px: margin-left:10px}
h6 {font-size:16px; line-height:16px: margin-left:10px}*/

/* for paragraphs, give them side margins and therefore specify a
 * top margin : what idiot dreamed up this specification ?  */
p {
        font-weight:normal; color:=000000;
	margin: 10px 10px
}

/* for list items, give them a bottom margin */
li {
	margin-bottom: 10px
}

/* table - central and collapse to allow padding at bottom in td's */
table {
  margin-left: auto;
  margin-right: auto;
}



/* within the table cells, centre text and add a little padding */
td {
  text-align: center;
  padding-left:10px;
  padding-right:10px;
  border-spacing:10px 50px;
}


