/* Increase base font size jr-16505410-hc */


p {
	font-size: 20px;}

p {	
	font-style: Georgia;
	color: dark-black;
}
/*change background color of oligarcical cartel section for New York Association */

p.back-ground-colour-1  { 
  background-color: black;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-radius: 25px;
	Font-family: Snell Roundhand, serif;
	font-size: 35px;
	color: white;
	font-weight:bold;
	 

}
p.cursive-background-image {
	Font-family:  Snell Roundhand, serifs;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 40px;
	border-radius: 25px;
	
}
p.cursive-background-image-2 {
	Font-family:  Snell Roundhand, serifs;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 40px;
	border-radius: 25px;
	background-color: black;
}

/* Increase the table font size on the Pyramid post */
.pyramid-post-table td {
	font-size: 25px;
}
/* change color and background of selected paragraphs #hc-18414526 lm */ 
.red-yellow-background-link a {
    color: #ff0000;
background: #ffc;
}

/* change color and background of selected paragraphs #hc-18414526 lm */ 
.blue-yellow-background-link a {
    color: #3D87C3;
background: #ffc;
}

/* Increase the table font size on the Buyback post */
.buyback-post-table td {
	font-size: 25px;
}
/* Increase the table font size on the Bigtech post */
.bigtech-post-table td {
	font-size: 25px;
}
/* increase body text size on posts only #16594420-hc */
.post p {
    font-size: 25px;
}
/* make embed iframes full width KG-15025829-hc */
.entry-content iframe{
  width: 100%;
}
/* end KG-15025829-hc */

/* make entry paragraphs narrower | KS-16866247-hc */
.entry-content p {
    margin-left: 2em;
    margin-right: 2em;
}
a:visited {
  color: grey;
  background-color: transparent;
  text-decoration: none;
}
p.back-ground-colour-2  { 
  background-color: black;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-radius: 25px;
	Font-family: Snell Roundhand, serif;
	font-size: 35px;
	color: white;
	font-weight:bold;
	 text-shadow: 1px 1px red;

}