
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600,700,800&subset=latin-ext);


*{ margin: 0; ma\rgin: 0; }
/* ----- */
HTML, BODY {
  margin: 0px;
  width: 100%; 
  background: #FFF;
}

TABLE, TR, TD, P, DIV, SPAN, BUTTON { 
  margin: 0; 
  font-family: 'Open Sans', sans-serif; 
  font-weight: 400; 
  font-style: normal; 
  font-size: 18px;
  line-height: 150%; 
  color: #000;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (min-width: 1500px) and (min-height: 800px) 
{
TABLE, TR, TD, P, DIV, SPAN, BUTTON { 
  /*font-size: 20px;*/
}
}



HR { border: 0; color: rgba(0,0,0,0.15); background-color: rgba(0,0,0,0.15); height: 1px; }
HR.HR_w { border: 0; color: rgba(255,255,255,0.15); background-color: rgba(255,255,255,0.15); height: 1px; }
UL { margin-left: 30px; padding: 0px; }

IFRAME { padding: 3px; border: 1px solid #DDD; }



/* ALL */
/* ======================================================================================================================== */
A { text-decoration: underline; color: #444; }
A:hover { text-decoration: underline; color: #FF0000; }
/* ------------------------------------------------------------------------------------------------------------------------ */
.both { clear: both; height: 0px; font-size: 0px; }
.none { display: none; }
/* ------------------------------------------------------------------------------------------------------------------------ */


.BodyMargin { margin: auto; padding: 50px 20px 20px; max-width: 700px; }

.Domain { 
  padding-bottom: 50px;
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal;
  font-size: 60px; color: #000;
  text-align: center;
}

.Content { 
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal;
  font-size: 24px; color: #444;
  text-align: center;
}

.Content SPAN { 
  font-size: 14px; 
}