/* table used for links to other sections */
table.backhome_table {
width:100%;
margin-bottom:10pt;
}

/* cells in table used for links to other sections */
td.backhome_table_data {
text-align:center;
}

/* links in backhome table */
a.backhome_link {
color:navy;
font-weight:bold;
}

/* the site name appearing over the section heading */
h1.site_name {
text-align:center;
font-size:14pt;
font-color:navy;
margin-bottom:2px;
}

/* the section name at the top of the section opener */
h2.section_name {
text-align:center;
font-size:36pt;
color:red;
margin-top:0px;
margin-bottom:10px;
}

/* the heading over a topic within a section */
h3.topic_name {
text-align:center;
font-size:24pt;
margin-bottom:30px;
}
