
body         { 
    background-image: url('http://teachfuzz.com/images/blue-white.jpg'); 
    background-repeat: repeat-x;
    background-attachment: fixed;
}

 
td.cell 
    {background-image: url('http://teachfuzz.com/images/grey_cell_BG.png'); background-repeat: no-repeat; 
    height:460px;
    width:250px;
    border-radius: 5px;
    padding: 10px;
}

img.v
  {
  display:inline;
  margin:3px;
  border:2 solid auto;
  width:170;
  height:220;
}  

img.l
  {
  display:inline;
  margin:3px;
  border:2 solid auto;
  width:230;
  height:170;
}
  
img.v:hover {
    transform: scale(2.5); /* (190% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index:99;

}
img.l:hover {
    transform: scale(1.9); /* (190% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z:index:99;
}

a {
text-decoration: none;
}

h2 {
font:25px;
}

h1 {font:45px:
}

.header{
    background-image: url('http://teachfuzz.com/images/header5.png');
    background-color: white;
}
.right-top {
    width: 285px;
    height: 220px;
    background-color: white;
    border-radius: 5px;
    color: #0b62e4;
}
.footer {
    height: 30px;
    text-align: center;
    font-family: tahoma;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    background-color: #3299f5;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;

    box-shadow: 10px 10px 14px #b9dbfd inset;
}
.footer-bar {
    text-align: center;
    font-family: tahoma;
    color: #0275d8;
    text-decoration: none;
    font-size: 1.1em;
    background-color: #3299f5;
    padding: 10px 0;
    box-shadow: 10px 10px 14px #b9dbfd inset;
}
.footer a:link{
    color: #ffffff;
}
.footer a:visited {
    color: #ffffff;
}
.footer a:hover {
    color: #2a52be;
}
hr{
    color: #ffffff;
}
#social{
    float: right;
    padding-right: 40px;
    display: inline;
}
.spacer_small {
    height: 20px;
}
.spacer_big {
    height: 50px;
}
#body{
    box-shadow: 4px 04px 15px 0 rgba(0, 0, 0, 0.2), 8px 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 30px;
}
#responsive{
    width: 95%;
    height:auto;
}



