BODY, P, H1, H2, H3, H4, H5, H6, OL, UL, LI, TD
{
    font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12pt;
	color: #000000;
}
BODY
{
	background-color: #FFFFFF;
	color: #000000;
}
H1, H2, H3, H4, H5
{
	font-weight: bold;
}
H1, H2, H3, H4, H5
{
	color: #0066ff;
}
H1
{
	font-size: 16pt;
}
H2
{
	font-size: 13pt;
}
H3
{
	font-size: 11pt;
}
H4
{
	font-size: 10pt;
	margin-top: 2px;
}
H5
{
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 2px;
}
H6
{
	color: #626262;
	font-size: 65%;
	font-weight: normal;
}
CODE
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}
TT
{
	font-family: Courier New;
	font-size: 9pt;
	color: #900000;
}
A:link { color: #0000FF; text-decoration: none; }
A:visited { color: #0000FF; text-decoration: none; }
A:hover { color: #FF0000; text-decoration: underline }
A:active { color: #0033FF; text-decoration: none }

/*.button{
 border-top-color: #FFFFFF;border-right-color: #FFFFFF;border-bottom-color: #FFFFFF;border-left-color: #FFFFFF;border-width: bb_cpx bl_cpx bhover_toppx bhover_bottompx;
 border-style: solid; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;width:text_cpx; font-family:verdana, sans-serif;  font-size:14px;
 padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block; color: #FFFFFF;
 background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
 background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
 background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);}*/

.button{
 border-top-color: #FFFFFF;border-right-color: #FFFFFF;border-bottom-color: #FFFFFF;border-left-color: #FFFFFF;border-width: bb_cpx bl_cpx bhover_toppx bhover_bottompx;
 border-style: solid; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;width:text_cpx; font-family:verdana, sans-serif;  font-size:14px;
 padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block; color: #FFFFFF;
 background-color: #99CF00; background-image: -webkit-gradient(linear, left top, left bottom, from(#99CF00), to(#6DB700));
 background-image: -webkit-linear-gradient(top, #99CF00, #6DB700);
 background-image: -moz-linear-gradient(top, #99CF00, #6DB700);
 background-image: -o-linear-gradient(top, #99CF00, #6DB700);
 background-image: linear-gradient(to bottom, #99CF00, #6DB700);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#99CF00, endColorstr=#6DB700);}

.button:hover{
 border-top-color: #FFFFFF;border-right-color: #FFFFFF;border-bottom-color: #FFFFFF;border-left-color: #FFFFFF;border-width: bh_toppx br_rightpx br_leftpx -1px;border-style: solid;
 background-color: #82bbd1; background-image: -webkit-gradient(linear, left top, left bottom, from(#6DB700), to(#99CF00));
 background-image: -webkit-linear-gradient(top, #6DB700, #99CF00);
 background-image: -moz-linear-gradient(top, #6DB700, #99CF00);
 background-image: -o-linear-gradient(top, #6DB700, #99CF00);
 background-image: linear-gradient(to bottom, #6DB700, #99CF00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6DB700, endColorstr=#99CF00);
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 2px #666;
  transform: translateY(1px);
}

/* From https://simplesharebuttons.com/html-share-buttons/ */
#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}
