a, a:link,a:visited,a:active { 
color: rgb(251, 242, 234); 
text-decoration: none; 
} 
a:hover {
        color: rgb(198, 109, 3);
        text-decoration: none;
}
TD.thumbnail {
  vertical-align : middle;
  background : #000000;
  min-width : 200px;
  height : 200px;
}

IMG.thumbnail {
  border-style : solid;
  cell-spacing : 30;
  border-width : 3pt;
  border-color : #000000;
}

DIV.thumbnails.b {
  background : #000000;
}


TD.display {
  vertical-align : middle;
  background : #000000;
   
} 

body{
        margin-bottom: 20px;
        margin-top: 0px;
        background: #414141;
}


div,th,tr,table,font,li,ul,form,
blockquote,p,b,i,h1,h2,h3,h4,h5,font, center {
        border: 0px;
        color: rgb(164, 164, 164);
        font: 11px verdana, Tahoma, Helvetica, sans-serif;
        
}
font {
        margin-left: 4px;
        margin-right: 4px;
        width: 160px;
        display: block;
        color: rgb(91, 91, 101);
        font: 9px Verdana, Tahoma, Helvetica, sans-serif;
        letter-spacing: 0px;
}
h1, h2 {
        
        border-left: 0px none;
        border-right: 0px none;
        border-top: 1px none;
        margin-bottom: 1em;
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px;
        width: 100%;
        display: block;
        background: rgb(0, 0, 0);
  color:  #FBF2EA;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 4px;
        text-align: middle;
        height: 21px;
        position: relative;
}

h2:first-letter {
	font-size: 22pt; COLOR: #c66d03
}

h3 {
        border-bottom: rgb(0, 0, 0) 1px ;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        color:#a4a4a4;
        font: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: right;
}
h5 {
        padding-left: 2px;
        width: 150px;
        display: block;
        color: rgb(0, 0, 0);
        font-size: 12px;
        font-weight: bold;
        }
img{
        border: rgb(0, 0, 0) 1px none;
}
img.thumbnail {
        border: rgb(0, 0, 0) 1px solid;
        margin: 5px;
        padding: 5px;
        background: rgb(0, 0, 0);
        vertical-align: middle;
	}input {
        border: rgb(0, 0, 0) 1px solid;
}

table.thumbnail {
        width: 100%;
}
td {
        border: 1px none;
        background: none;
        border-collapse: collapse;
        empty-cells: show;
}
td.message_body {
        border-bottom: rgb(65, 65, 65) 1px solid;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        display: block;
        background: rgb(65, 65, 65); 
}
 

.caption {
        color: rgb(204, 140, 83); 
        font-size: 13px;
        font-style: bold;
        letter-spacing: 0px;
}
.display {
        border: rgb(0, 0, 0) 1px solid;
        margin-top: 1em;
        background: rgb(0, 0, 0);
        }
.lid{
        background: rgb(55, 55, 55);
        color: rgb(102, 102, 102);
        font: 11px Verdana, Tahoma, Helvetica, sans-serif;
        text-decoration: none;
}
.message_body {
        margin: 5px 5px 10px;
        color: rgb(164, 164, 164); 
        font: 11px Verdana, Tahoma, Helvetica, sans-serif;


 
}
.sb{
        background: rgb(144, 144, 144);
        color: rgb(144, 144, 144);
        font: 12px Verdana, Tahoma, Helvetica, sans-serif;
        text-decoration: none;
}


BODY { margin-top: 0px;}
HR { position : relative;}
BODY { margin-top: 0px;}
HR { position : relative;}

BODY { margin-top: 0px;
	top: 0px;
     }

HR { position : relative;}

 
 

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
    
  


When updating, this page will be displayed with the new style sheet in effect.

back to gallery
CSS Information
You can use the "Variablize Colors" tool to replace all colors in a stylesheet with variables, which are set at the top of the stylesheet.
This makes it very easy to play around with changing colors. With variables, you no longer have to change every instance of the color 'orange' to 'red'. Just change the variable setting at the top once, and each call to that variable will be updated.


Colors
Colors can be specified using either the name of the color (red green or purple for example)
Or with the RGB hex format (#FF0000, #00FF00, or #FF00FF for example) The hex format provides much more precision.
When using the hex format, you must enter the # character, like #ff00ff. Plain ff00ff will not work. Here's a link to a site with more about hex colors.
Many programs such as Adobe Photoshop have color pickers that display the color in RGB hex format. So you can use Photoshop to find a color you like then look at the hex format to use on the web.
Often you can view the html source of a webpage to find out what colors they are using.



BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
