/* CSS Document */

/*Al-Anon */

body {background-color: rgb(4, 103, 249);
      color: black;
      font-family: Times New Roman;
      }
      
    
a:active {background: gold;}
   
a.white {color: gold; text-decoration: none;}
      
h1 {font-size: 14pt;
    background: transparent;
    color: white;
    font-weight: normal;
    letter-spacing: .8em;
      margin-top: 2px;
      margin-left: 60px;
      margin-bottom: 0;
      }

h2 {font-size: 14pt;
    background: transparent;
    color: white;
    font-weight: normal;
    letter-spacing: .2em;
      margin-top: 2px;
      margin-left: 30px;
      margin-bottom: 0;
      }
      
h3 {font-size: 16pt;
    background: transparent;
    color: yellow;
    font-weight: bold;
    letter-spacing: .2em;
    margin-top: 2px;
    margin-bottom: 0;
      }   
      
h4 {margin-bottom: 0;
      }  
      
span.bold {font-weight:bold;}

table {border-style: solid;
       border-collapse: separate;
       margin-top: 3px;
       margin-right: 12%;
       margin-left: 12%;
       margin-bottom: 0;
       width: 76%;
      }
      


      
td {border: 1px gray;
    background: white;
    border-spacing: 4px;
    padding: 4px;
    text-align: center;
    }
    

    
.table2 {border-style: none;
       table-layout: fixed;
       width: 100%;
       position: center;
      }
            


div.navy {font-size: 14pt;
    background: navy;
    color: white;
    font-weight: normal;
    letter-spacing: 1em;
      margin-top: 2px;
      margin-left: -20px;
      
      }


div.months {font-size: 12pt;
            background: navy;
            color: white;
            font-weight: bold;
            letter-spacing: .6em;
            margin-top: 2px;
            margin-left: -20px;
            margin-bottom: 0;
      }
      
div.announcement {font-size: 12pt;
                  margin-bottom:8px;
  
    }      
      
td.narrow {padding-left: 18px;
           text-align: left;
           line-height: 85%;
  }

.narrow1 {
           line-height: 85%;
          font-size: .84em;
  }
  
.narrow2 {
          text-align: left;
           line-height: 85%;
          font-size: .84em;
          font-style: italic;
  }

.narrowsmall {padding-left: 18px;
           font-size: .8em;
           color: #195ae9;
           text-align: left;
           line-height: 85%;
  }
  
.narrowsmall2 {
           font-size: .8em;
           color: #195ae9;
           text-align: left;
           line-height: 85%;
  }
  
  
  ul {
      text-align:left;
      }
      
  ol {
      text-align:left;
      }
      
 
