/* Styles for SoapMaker Guided Tour*/
body {background-color: white;
      margin: 1em}

body, td, p, ol, ul {font-family: Arial, sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        color: black}
  
p {margin: 0 0 .7em 0}
        
a.tour {font-family: Tahoma, Arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        color: navy;
        text-decoration:none}
        
a.tour:hover {color: red}

a.toursub {font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        color: navy;
        text-decoration:none}
        
a.toursub:hover {color: red}

em {font-weight: bold;
        font-style: normal;
        color: navy}

h1 {font-family: Arial, sans-serif;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        color: navy}

h2 {font-family: Arial, sans-serif;
        font-size: 17px;
        font-weight: bold;
        font-style: normal;
        color: navy}

h3 {font-family: Arial, sans-serif;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        color: navy}
    

h4 {font-family: Arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        color: navy;}

.bold {font-family: Arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        color: navy;}

.extrabold {font-family: Arial, sans-serif;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        color: navy;}



