/* Style sheet for the Friends of Fort Edgecomb minutes */

#title { text-align: center;
         font-size: 250%;
         font-weight: bold; }
         
#header { text-align: center;
          font-weight: bold; }    
           
#date { width: 70%;
        margin-left: 27%;
        margin-bottom: 1em;
	    border-bottom: double black medium;
	    text-align: center;
        font-size: 150%;
        font-weight: bold; }           
         
#thumb { clear: left;
	     float: left;
	     width: 25%;
	     text-align: center;
	     padding-left: 0.2em;
	     padding-right: 0.2em;
	     margin-right: 1.5em;
	     border: solid green 1px; }
         
#thumb img { width: 50%; }
         
#thumb img.limit { width: 60%; }

#indx { clear: both;
	    float: left;
        text-align: center;
        line-height: 150%;
        padding: 1em 1em 0em;
        margin-right: 1.7em;
        margin-top: 2em;
        margin-bottom: 1em;
        border: solid blue thick; }
        
#minutes { clear: none;
           margin-left: 1em;
           margin-right: 1em;
           font-size: 75%; }  
           
#minbody { list-style: decimal; }           
           
div#select { margin-left: 3em; }           
           
span.correctOut {text-decoration: line-through; }

span.correctIn {text-decoration: underline; }
           
#notes { font-size: 80%;
         font-weight: bold;
         font-style: italic; }     
           
#options { list-style: disc; }           
         
p.leader { font-weight: bold;
           text-align: center; }
           
a.localink { font-weight: normal;
             color: blue;
             text-decoration: none; }
  
a.lowlight { font-weight: bold;
             color: #BBBBBB;
             text-decoration: none; }

a:visited.localink { font-weight: normal;
                     color: blue;
                     text-decoration: none; }
            
a:hover.localink  { text-decoration: underline; }
      