@charset "utf-8";
@media only screen and (max-width: 600px) {
   
.resizeVar3 {width:99%; height:auto;}
}
@media only screen and (min-width: 601px) {
    /* For tablets: */

	.resizeVar3 {width:80%; height:auto;}
}

@media only screen and (min-width: 993px) {
    /* For desktop: */


	.resizeVar3 {width:60%; height:auto;}
}

/* CSS Document */

.shadow {text-shadow: 4px 4px 4px black;}


div.pagepadding {
    padding:35px;
	
}
/* unvisited link */
a:link {
    color: #0066FF;
	text-decoration: none;
}
a:link.top {
    color: #FFCC99;
	text-decoration: none;
}
/* visited link */
a:visited {
    color: #3366FF;
	text-decoration: none;
}
a:visited.top {
    color: #FFCC99;
	text-decoration: none;
}
/* mouse over link */
a:hover {
    color: #0099FF;
	text-decoration: none;
}
a:hover.top {
    color: orange;
}
/* selected link */
a:active {
     color: red;
}