@import url(https://fonts.googleapis.com/css?family=Mystery+Quest);

@import url(https://fonts.googleapis.com/css?family=Atma&subset=latin-ext);

@import url(https://fonts.googleapis.com/css?family=Lora);

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.w3-myfont {
  font-family: "Mystery Quest", sans-serif;
}

.w3-myfont2 {
  font-family: "Atma", sans-serif;
}

.w3-myfont3 {
  font-family: "Lora", serif;
}

.w3-myfont4 {
  font-family: "Open Sans", sans-serif;
}

ol.loweralpha {
    list-style-type: lower-alpha;
}

ol.nincs {
    list-style-type: none;
}
.gy-disabled {
  color: #999999;
  text-decoration: none;
  cursor: none; /*not-allowed;*/
  background-color: transparent;
  pointer-events: none;
}

.gy-disabled2 {
  color: #BBBBBB;
  cursor: none; /*not-allowed;*/
  background-color: transparent;
  pointer-events: none;
}
.gy-body-centered
{
    max-width:970px; 
    margin: 10px auto 10px auto;
}