
body {
font: normal normal 13px Cherry Cream Soda;
color: #ff0000;
background: #000000 none no-repeat scroll center center;
margin: 0; font-family: Arial, Helvetica, sans-serif;

}

html body .content-outer { min-width: 0; max-width: 100%; width: 100%; }

img {  width: 100%;  border: 1px solid black; text-align: center; display: block; margin-left: auto; margin-right: auto;  }
img.k { width: auto; height:auto }

a:link    { color: green; }
a:visited { color: green; }
a:hover   { color: blue; }
a:active  { color: blue; }


table { margin: 0 auto; text-align: left; font-size: 16px;  border:1px solid yellowgreen; }

.e { text-align: left; font-size: 16px; color: #BDB76B; }
.g { text-align: left; font-size: 16px; color: #6BBDB7; }
.f { text-align: left; font-size: 26px; color: #7D26CD; }
.r { text-align: left; font-size: 16px; color: #ff0000; }

@media only screen and (max-width: 600px) { .a  { visibility: hidden;  }}
@media only screen and (max-width: 500px) { .b  { visibility: hidden;  }}

@media only screen and (max-width: 600px) { .c  { width: 70%  }}
@media only screen and (min-width: 600px) { .c  { width: 30% }}

@media only screen and (max-width: 600px) { .d  { width: 100%  }}
@media only screen and (min-width: 600px) { .d  { width: 30% }}

@keyframes p1 { 25% { color: Silver; } 50% { color: Red; }  75% { color: Maroon; } }
.p1 { color: #00ff00; animation: p1 3s step-end infinite alternate;  }

@keyframes p2 { 25% { color: Yellow; } 50% { color: Lime; }  75% { color: Green; } }
.p2 { color: Olive; animation: p2 3s step-end infinite alternate;  }

@keyframes p3 { 25% { color: Aqua; } 50% { color: Teal; }  75% { color: Blue; } }
.p3 { color: Navy; animation: p3 3s step-end infinite alternate;  }

@keyframes p4 { 25% { color: Fuchsia; } 50% { color: Purple; }  75% { color: HotPink; } }
.p4 { color: OrangeRed; animation: p4 3s step-end infinite alternate;  }

@keyframes p5 { 25% { color: Lime; } 50% { color: DarkCyan; }  75% { color: Olive; } }
.p5 { color: LightBlue; animation: p5 3s step-end infinite alternate;  }

@keyframes p6 { 25% { color: MidnightBlue; } 50% { color: MediumSlateBlue; }  75% { color: NavajoWhite; } }
.p6 { color: Sienna; animation: p6 3s step-end infinite alternate;  }

@keyframes p7 { 25% { color: Salmon; } 50% { color: Crimson; }  75% { color: DeepPink; } }
.p7 { color: Orange; animation: p7 3s step-end infinite alternate;  }

@keyframes p8 { 25% { color: Magenta; } 50% { color: Yellow; }  75% { color: BlueViolet; } }
.p8 { color: Green; animation: p8 3s step-end infinite alternate;  }




@media only screen and (max-width: 600px) { #z  { font-size: 26px;  }	}
@media only screen and (min-width: 600px) { #z  { font-size: 46px;  }	}


iframe:focus {  outline: none; }

iframe[seamless] {   display: block;  }

.center {
  text-align: center; 
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  width: 100%;
}


