/* adsense will display white background if ads are not displayed */
ins {
background: #46A1B4;
text-decoration: none;
}
.gotop {
position:fixed;
right:15px;
bottom:10px;
opacity:.3;
padding:10px;
color:#FF008C;
display:block;
text-decoration:none;
text-align:center;
font-size:13px;
font-weight:bold;
z-index:999;
transition:all 300ms;
-webkit-transition:all 300ms;
opacity: 1.0;
}
.gotop:hover {
color: green;
opacity: 1.0;
}
.gotop.hidden {
display:none;
opacity:1.0
}
a.gotop {
text-decoration:none!important
}
img.picfram {
border-radius: 15px;
}
.textblack {
color: black;
font-weight: bold;
font-size: 1.0em;
}
.boldpurple-A{
color: #7B0681;
font-weight: bold;
font-size: 1.6em;
}
.boldpurple-B{
color: #7B0681;
font-weight: bold;
font-size: 1.5em;
}
.boldgold-A{
color: #9E6F11;
font-weight: bold;
font-size: 1.6em;
}
.boldgold-B{
color: #9E6F11;
font-weight: bold;
font-size: 1.5em;
}
.contact_send_A {
color: maroon;
background: #ffffff;
font-size: 112%;
font-weight: bold;
border: 0;
cursor: pointer;
border-radius: 17px 17px 17px 17px;
-webkit-border-radius: 17px 17px 17px 17px;
-moz-border-radius: 17px 17px 17px 17px;
}
#pictureL {
float: left;
margin-top: 0px;
margin-right: 25px;
margin-bottom: 10px;
margin-left: 0px;
}
#pictureR {
float: right;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 25px;
}