/* Style Sheet for Tilehouse Street Baptist Church Web Site */

P, H2, H3, H4, H5, H6, LI, TD, BLOCKQUOTE {
        font-family:  Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, "MS sans serif"
        }
H1     {
        font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, "MS sans serif";
		font-size: 150%;
		color: blue
        }
H2     {
		font-size: 110%
        }
H3     {
		font-size: 100%
        }
OL     {
	    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, "MS sans serif"
        }

UL     {list-style: none; 
        font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, "MS sans serif"
        }


A      {     
  	    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, "MS sans serif";
        font-weight: bold;
        text-decoration: none
        }

A:link  {
         color: #003399; /* was  #3366ff*/
        text-decoration: none
        }
A.menu:link  {
        color: white;
        text-decoration: none;
	font-size: 14px
        }
A:active {
         color: #CC3300;
        text-decoration: none
	    }	
A:visited { color:  #6699CC; /* was  #00ccff*/
        text-decoration: none
     	}
A.menu:visited { color:  white;
        text-decoration: none;
	font-size: 14px
     	}

/* these next two only work in Internet Explorer, Netscape 4.x just ignores them */
A:hover {
	     font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, "MS sans serif";
	     color: #CC3300;
	}	

A.menu:hover {
	     font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, "MS sans serif";
	     color: Yellow;
       text-decoration: none;
			 font-size: 14px
	}	
.firstwords {
        font-variant: small-caps 
        }

/* Neither IE5 nor Netscape 4.7 seem to implement this correctly, but I'll leave it in
until a browser comes along that does work. */
.dropcap { 
        font-size: 150%; 
        vertical-align: text-top
        }

/* Used where I want a seriffed face */
.serif  {
	     font-family: Times, "Times New Roman", serif, "MS serif"
        }

.quote  {
         font-family: Times, "Times New Roman", serif, "MS serif";
         color: maroon
        }
/* and for reversed text */
.inverse {color: white;
	  background-color: black ;
	 }

/* Large text for special emphasis */
.bigtext {font-size: 200%
         }

/* An indented style for pages with a sidebar */
BODY.indent 
         {margin-left: 205px
         }
				 
/*Tiny style for footnotes */
.footer  {font-size: 10px;
         }
				 
/*Top line for Navbar*/
TD.contents {color: white;
         font-size: 20px
				 }	
/* This is for the Diary page, but I don't seem to have used it!! */
.Sunday   {text-decoration: underscore}


/* This is for Aristarchus Page */
H2.Comic  {font-family: "Comic Sans MS"}			 

/* Since aling right and left are now deprecated by the W3C  */
/* here are two styles for pictures */

.picRight {
           float: right; padding-left: 10px;
          }
          
.picLeft {
           float: left; padding-right: 10px;
          }          