@charset "utf-8";
/* CSS Document */

.shadow {text-shadow: 4px 4px 4px black;}


div.pagepadding {
    padding:35px;
	
}
/* unvisited link */
a:link {
    color: orange;
	text-decoration: none;
}
a:link.top {
    color: orange;
	text-decoration: none;
}
/* visited link */
a:visited {
    color: #CC6600;
	text-decoration: none;
}
a:visited.top {
    color: orange;
	text-decoration: none;
}
/* mouse over link */
a:hover {
    color: #CC6600;
	text-decoration: none;
}
a:hover.top {
    color: #CC6600;
}
/* selected link */
a:active {
     color: red;
}
.wrapper {width:98%; margin:0 auto;}
.resize {width:30%; height:auto;}
.resize99 {width:99%; height:auto;}
.resize50 {width:65%; height:auto;}