body {margin: 2% 5% 5% 5%; font-size:100%; font-family:Verdana,Arial,"Comic Sans MS"}
.BackTo {font-size:1em; text-align:center; font-weight:bold}
.Footer {font-size:0.8em; text-align:center; font-weight:normal}
a:link {color:#800080}
a:visited {color:#0000FF}
a:hover {color:#00FF00; background: #FFFFFF}
a:active {color:#400040}
td {font-size:1.25em}
.shift {margin-left:75px}
ul {list-style-type: none;}
.cenThis {margin: 0% 0% 0% 0%; text-align:center;}
.memText {font-size:1.2em; font-weight:normal; font-family:Verdana,Arial,"Comic Sans MS"}
.MainBody {font-size:1.25em; font-weight:normal; text-align:left}
.over1 {margin-left: 15px;}
.over2 {margin-left: 30px;}
.over3 {margin-left: 45px;}

.demo-2 {
    position:relative;
    width:45px;
    height:60px;
    overflow:hidden;
    float:left;
    margin-right:0px;
    /*  background-color:rgba(26,76,110,0.5)  */
    background-color: #fffdfd;
	}
.demo-2 h1 {
    color:#030303;
    padding:0px;
    left:-35px;
    position:relative;
    font-size:10px;
    line-height:10px;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
    width: 60px;
    font-family:'Verdana', 'Arial';
	}
.demo-2 img {width: 75px; height: 56px;}

.effect img {
    position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
	}
.effect img.top:hover {
    bottom:-96px;
    padding-top:100px
	}
.text_line {clear:both;}
