/* personal homepage website stylesheet */

	A:link{color:#FF8400; text-decoration:none} 
		A:visited{color: #FF8400; text-decoration:none} 
		A:hover{ color:#ff0000; text-decoration:none}

	
body
 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 80%;
  color: black;
  }
p
 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: black;
  }

h1
	{  
  	font-family: "Trebuchet MS", Arial, sans-serif;
  	font-size: 200%;
	font-weight: bold;
  	color: #9E0B0E;
	}


td
 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 80%;
  color: black;
  }
#schoolLabel_ca
  {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: smaller;
  color: #cc0000;
  } 
  
#meetingHistory
  {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: white;
  }    
  
#schoolLabel_ee
  {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: smaller;
  color: #745723;
  }
#sidebarHeading
  {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #3F4E65;
  }
#navbarText
  {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: smaller;
  color: #2F4C7D;
  }
#navbarFischlar
  {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: smaller;
  color: #555555;
  }
#cdvplogo
  {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 220%;
  font-weight: bold;
  font-variant: small-caps;
  color: #D5DFEC;
  }
#pageTitle
  {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 170%;
  color: #394257;
  }
#redHeading
  {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #b30000;
  font-weight: bold;
  }
#pinkHeading
  {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #FF9191;
  font-weight: bold;
  }
#pastMemberName
  {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: gray;
  font-weight: bold;
  }
.ruler {/*the 'Horizontal Rule*/
       border-top-width: 1px;
       border-top-style: dashed;
       border-color: #998675;
	   padding-top: 5px;
      }

