/* More Page Style */

body
{
  max-width: 960px;
  margin-left: auto ;
  margin-right:  auto ;
  padding: 25px;
  text-align: center;
}

/* Horizontal line A */
hr.style_A {
  height: 30px;
  max-width:480px;
  border-style: solid;
  border-color: #00aa00;
  border-width: 7px 5px 7px 5px;
  border-radius: 20px;
  background:#1155bb;
}

/* Horizontal line B */
hr.style_B {
  height: 10px;
  max-width:480px;
  border-style: solid;
  border-color: #00aa00;
  border-width: 3px 3px 3px 3px;
  border-radius: 2px;
  background:#1155bb;
}

/* Rounded Dark Green area */
div.txt_ctr {
  background-color: DarkGreen;
  text-align: center;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 220px;
  margin-left: 220px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* Follow Button Rounded area */
div.follow_ctr {
  background-color: DarkSeaGreen;
  text-align: center;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:5px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 220px;
  margin-left: 220px;
  /* Rounded Corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}


/* Black Left
*/
div.txt_lft {
  background-color: #000000;
  text-align: left;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#AFEEEE;
  padding:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
  margin-left: 40px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* Black Center
*/
div.txt_BCenter {
  background-color: #000000;
  text-align: Center;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#AFEEEE;
  padding:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
  margin-left: 40px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* Rounded Light LemonChiffon area */
div.txt_ctr_lYel {
  background-color: LemonChiffon;
  text-align: center;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#008800;
  padding:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 220px;
  margin-left: 220px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* Rounded Light Green area */
div.txt_ctr_lGrn {
  background-color: LightGreen;
  text-align: center;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#008800;
  padding:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 220px;
  margin-left: 220px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
