/*
CSS for John Alwert Photo
*/


body {
    padding-top: 20px;
    padding-bottom: 20px;
  font-family: "trebuchet ms";
  text-align: center;
  color: #260751;
  background: #808080 url(images/grey_bg.gif);
    }

a {
  font-weight: bold;
}

a:link {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: none;
  color: #fffab2;
}

a:active {
  text-decoration: none;
  color: #69c08a;
}

table.mainTable {
    border-collapse: collapse;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    }
    
table.collection {
    width: 100%;
    }
    
td {
    text-align: center;
    padding: 0;
    }
    
.textBlock {
    background: #808080;
    }
    
.justify {
    text-align: justify;
    padding: 10px;
    }
    
.wowFactor {
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    }
    
.special {
    font-style: italic;
    color: #69c08a;
    }

    
.info {
    color: white;
    padding: 15px;
    }
    
.copy {
    color: white;
    font-size: small;
    }
    
h3 {
    font-family: "trebuchet ms";
    font-size: 150%;
    
    color: #fffab2;
    }
    
.online {
    border: 2px solid gray;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 770px;
    background: black;
    padding: 15px;
    color: #ffffff;
    }
    
img {
    border: none;
    }


