@charset "utf-8";
/* CSS Document */

blockquote1{
  display:block;
  width:98%;
  background: #fff;
  padding: 10px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #35C926;
  border-right: 2px solid #35C926;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote1::before{
  /*content: "\201C"; --Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote1::after{
  /*Reset to make sure*/
  content: "";
}

blockquote1 a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
 text-align:right;
}

blockquote a:hover{
  color: #F00;
}

blockquote1 em{
  font-style: italic;
}

.T::first-letter {
  font-weight: bold;
  color: green;
  font-size:30px;
}


blockquote{
  display:block;
  width:100%;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #35C926;
  border-right: 2px solid #35C926;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  /*content: "\201C";*//*Commented on 16-06-2015*/ /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  /*content: "";*//*Commented on 07-05-2015*/
 /* content: "\201D"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  right: 460px;
  top:140px;
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
 text-align:right;
}

blockquote a:hover{
  color: #F00;
}

blockquote em{
  font-style: italic;
}

/* hover effect of paragraph */

/* LIST #2 */
#list2 { width:90%; }
#list2 ol { font-style:italic; font-family:Georgia, Times, serif; font-size:16px; text-align:justify; color:#17ABF2;  }
#list2 ol li { }
#list2 ol li p { padding:10px; font-style:normal; font-family:Arial; font-size:16px; color:#17ABF2; border-left: 10px solid #17ABF2; }
#list2 ol li p em { display:block; }

#list2 ol :hover{
		color:blue;
		font-size:18px; 
		text-align:justify;
		display: pointer;
}	



