body { 
    margin: 0px;
}
a.z:link {color:#000099;}
a.z:visited {color:#000099;}
a.z:hover {
	background:#6666FF;	
	text-decoration:none;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  	line-height: 1.7; 
	font-size: 15px;
	margin-left: 11px;
	margin-right: 8px;
}
b {
  color: #cc6600;
}
ul {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7; 
  font-size: 15px;
  color: #3333AA;
  margin-right: 4px;
}
.btn {
  background: #333333;
  background-image: -webkit-linear-gradient(top, #666666, #000000);
  background-image: -moz-linear-gradient(top, #666666, #000000);
  background-image: -ms-linear-gradient(top, #666666, #000000);
  background-image: -o-linear-gradient(top, #666666, #000000);
  background-image: linear-gradient(to bottom, #666666, #000000);
  border-radius: 6px 6px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 15px;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 3px;
  padding-bottom: 6px;
  border: solid #999999 1px;
  text-decoration: none;
}
.btn:hover {
  background: #6666ff;
  background-image: -webkit-linear-gradient(top, #6666ff, #333333);
  background-image: -moz-linear-gradient(top, #6666ff, #333333);
  background-image: -ms-linear-gradient(top, #6666ff, #333333);
  background-image: -o-linear-gradient(top, #6666ff, #333333);
  background-image: linear-gradient(to bottom, #6666ff, #333333);
  text-decoration: none;
}
.r1 {
    font-family: Arial, Helvetica, sans-serif;
    word-spacing: 3px; 
    font-size: 17px;
    color: #AA3333;
    line-height: 1.7;
}
.b1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #3333AA;
    line-height: 1.6;
}
.note {
  background-image: linear-gradient(to bottom, #FFFFFF, #EEEEFF);
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    font-size: 15px;
    line-height: 2; 
    margin: 5px; 
    border-radius: 10px 20px 10px 20px;
	border: 1px solid #3333CC;
	margin-left: 1px;
    color: #000000; 
    padding: 30px;
}
h1 {
    color: #000000;
    font-size: 15px;
	line-height: 1; 
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 2px;
    text-align: left;
}
h2 {
    color: #AA0000;
    font-size: 16px;
	line-height: 1; 
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 2px; 
    font-weight: bold;
}
.b2 {
    color: #990000;
    font-size: 15px;
	line-height: 1; 
    margin-top: 3px;
    margin-bottom: 1px;
    margin-left: 2px; 
    font-weight: bold;
}
h3 {
    color: #FFFFFF;
    font-size: 15px;
	line-height: 1;
  padding-right: 4px;
  padding-left: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0px; 
    font-weight: bold;
    text-align: left;
  background-image: linear-gradient(to right, #000066, #ccccff);
}
.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #996666;
	margin: auto;
}
.block1 {
  background-color: #ffffdd;
  width: 30%;
  margin: 2px;
  border-radius: 10px;
  display: inline-block;
  align-self: flex-start;
}
.but {
  background-color: #6666FF; 
  border: none;
  color: white;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 1px 1px;
  cursor: pointer;
  border-radius: 10%;
  position: absolute;
  left: 70px;
  top: 1px;
  z-index: 10;
  opacity: 0.5;
}
.but:hover {
  background-color: #0033FF;
}

.flip-card {
  background-color: transparent;
  width: 250px;
  height: 200px;
  display: inline-block;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
  width: 400px;
  height: 350px;
}
.dd {
  width: 981px;
}
.teed {
  vertical-align: top;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 15px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 7px;
  padding-bottom: 6px;
  border: solid #000099 1px;
  border-radius: 18px;
}
.ri {
  margin: 1px;
  float: right;
}
.le {
  margin: 2px;
  float: left;
}