
    /* Style for photo gallery pages */
    
    a:link,  a:visited {
	background-color: inherit;
    	color: rgb(0%, 0%, 80%);
	text-decoration: none;
    }

    a:hover  {
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 100%, 100%);
    }
    
    a:active {
    	color: rgb(100%, 0%, 0%);
    	background-color:  rgb(30%, 30%, 100%);
    }
    
    a.i:link, a.i:visited, a.i:hover {
    	background-color:  inherit;
    	color: inherit;
	text-decoration: none;
    }
    
    body {
        margin-left: 15%;
        margin-right: 10%;
        background-color: #FFFFFF;
        color: #000000;
    }
    
    img.g {
        border: 0px;
    }
    
    td.r img {
        border: 0px;
        vertical-align: middle;
    }
    
    span.l {
        font-family: sans-serif;
        font-size: smaller;
    }

    table {
        width: 100%;
    }

    td.l {
        width: 25%;
    }
    
    td.c {
        text-align: center;
        width: 50%;
    }

    td.r {
        text-align: right;
        width: 25%;
   }

    .c {
    	text-align: center;
    }
