h1 {

        color: darkblue;
        font-family: 'Tahoma';
        font-size: 36pt;
        line-height: 17pt;
        margin-top: 16px;
        text-align: left;
        text-shadow:5px 5px 5px lightblue;
}

h4 {
        margin-left: 50px;
        color: darkblue;
        font-family: 'Tahoma';
        font-size: 12pt;
        line-height: 17pt;
        margin-top: 16px;
        text-align: left;
        text-shadow:5px 5px 5px lightblue;
}

h3 {

          color: darkgray;
          font-family: 'Tahoma';
          font-size: 18pt;
          line-height: 17pt;
          margin-top: 16px;
          text-align: center;
          text-shadow:5px 5px 5px lightblue;

  }


  #conversation {

            color: white;
            font-family: 'Tahoma';
            font-size: 36pt;
            line-height: 17pt;
            margin-top: 16px;
            text-align: center;
            text-shadow:5px 5px 5px orange;
     	  margin-bottom: 0;

    }
#activity {

        color: black;
        font-family: "Times New Roman", Times, serif;
        font-size: 16pt;
        line-height: 17pt;
        text-decoration: none;
        margin-top: 16px;
        text-align: justify;
          margin-left: 25px;
            margin-right: 25px;

}

#counter {

        color: lightgray;
        font-family: "arial";
        font-size: 12pt;
        line-height: 17pt;
        text-decoration: none;
        margin-top: 16px;
        text-align: center;


}

#sub_title {

  color: blue;
  font-family: "arial";
  font-size: 18pt;
  line-height: 17pt;
  text-decoration: none;

}

#sub_description {

  color: gray;
  font-family: "Tahoma";
  font-size: 12pt;
  line-height: 17pt;
  text-decoration: none;

}
td, body {

        color: black;
        font-family: 'Arial';
        font-size: 14pt;
        line-height: 1.6;

}

/* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: blue;
}

/* mouse over link */
a:hover {
  color: greenyellow;

}

/* selected link */
a:active {
  color: red;
}

  .td_round1  {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;	 
    background-color: rgb(211, 255, 255);
	  
	}
  
  .td_round2  {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;	 
    background-color: rgb( 255,255, 211); 
	  
	}

