body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #426394;
  color: white;
}
body {color: #ffffff;}
td {color: #ffffff}
th {color: #ffffff}
.style1 {font-size: 10px; color: #acc6f7; font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {font-size: 12px; color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 {font-weight: bold; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif}
.style6 {font-weight: bold; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif}
.style7 {font-weight: bold; font-size: 12px; color: #acc6f7}
.style8 {font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif}
.style10 {font-weight: bold; font-size: 12px; color: #acc6f7; font-style: italic; font-family: Verdana, Arial, Helvetica, sans-serif}
a:link {color: #ffffff; text-decoration: none}
a:visited {color: #ffffff; text-decoration: none}
a:hover {color: #acc6f7; text-decoration: underline}
a:active {color: #acc6f7; text-decoration: none}
.style11 {color: #acc6f7; font-style: italic}
.style12 {font-weight: bold}
.style13 {font-weight: normal}
.style14 {font-weight: normal; color: #ffffff}
.styleX {font-size: 12px; color: #acc6f7; font-family: Verdana, Arial, Helvetica, sans-serif}
.styleY {font-weight: normal; color: #f0f7ff; text-shadow: 1px 1px 2px black, 0 0 1em black;}

.notstan {
  background-image: url("../img/notnstan.gif");
}

.menu {
  vertical-align: text-top;
}

.line {
	height: 1px;
    background-color: white;
	width: 50%;
}

.line2 {
	height: 1px;
    background-color: white;
	width: 75%;
}

.line3 {
	height: 1px;
    background-color: white;
	width: 100%;
}

@media (max-width: 820px) {
    td.notstan {
    position: fixed;	
    }
}

@media (max-width: 720px) {
    td.menu {
    position: fixed;
    }
}

@media (min-width: 884px) {
  body::after {
    content: "";
    position: fixed;
    bottom: 0;
    right: 0;
    width: 800px;
    height: 275px;
    background-image: url("../img/back_bottom.gif");
    background-size: cover;
    z-index: -1;
  }
 }

.quotes {
	font-weight: normal;
	cursor: pointer;
	color: #ffffff
}

.zoom {
    padding: 30px;
    background-color: none;
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 150px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoomin {
    padding: 30px;
    background-color: none;
	float:left;
    transition: transform .2s;
    width: 120px;
    height: 90px;
    margin: 0 auto;
}

.zoomin:hover {
    transform: scale(1.4);
}
