
/*   Off-white background color: #F9F9F9   */

body {background-color: black; }

/*   Links   */

a.noline {text-decoration: none}

a:link {color: #0000FF}     /* unvisited link */
a:visited {color: #0000FF}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */
a:active {color: #FF00FF}   /* selected link */


/*   Font colors, #00FF00= brightgreen   */

h1 {
    font-family: "Arial Black"; color: #00FF00; 
    text-align: center; 
    font-size: 200%; 
}
h2 {
    font-family: "Arial Black"; color: #00FF00; 
    text-align: center; 
    font-size: 150%; 
}
h3 {
    font-family: "Arial Black"; color: #00FF00; 
    text-align: center; 
    font-size: 125%; 
}
h4 {
    font-family: "Arial Black"; color: #00FF00; 
    text-align: center; 
}


hr {color: #00FF00; }


p {
    font-family: "Verdana"; color: orange; 
    font-size: 10pt; 
}
p.footer {
    font-family: "Arial"; 
    text-align: center; 
    font-size: 8pt; 
    font-weight: bold;
}
p.inside {
    font-family: "Arial"; 
    text-align: left; 
    font-size: 8pt; 
    font-weight: normal;
}
p.price {
    font-family: "Arial Black"; color: #00FF00; 
    text-align: center; 
    line-height: 100%; 
}

p.name {
    font-family: "Verdana"; color: black;
    text-align: center;
    font-size: 10pt;
    font-weight: normal;
    width: auto;
    margin: 0px;
    text-shadow: none;
}

/* Descriptions/names of pumpkins */
p.desc {
    font-family: "Verdana"; color: yellow;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    width: auto;
    margin: 5px;
    text-shadow: none;
}

/*   Not used yet   */
p.comment {
    font-family: "Arial"; color: white; 
    text-align: center; 
    font-size: 8pt; 
}


li {font-family: "Verdana"; color: orange; font-size: 10pt; }
ul {font-family: "Verdana"; color: orange; font-size: 10pt; }

ol.checkmark {
    list-style-image: url(checkmark.gif);
    list-style-type: circle
}


/*   Specify use via: class="<tag>"   */

.left {text-align: left} 
.center {text-align: center} 
.right {text-align: right} 
.bold {font-family: "Arial Black"}
.patternlist {font-family: "Arial"; color: black; text-align: left; font-size: 8pt; line-height: 120%; }
/*   Clear img "float" attribute   */
.text_line {clear: both; margin-bottom: 2px; }



/*   Div Containers for Gallery images   */

/*   Specify use via: id="<tag>"   */

/*    Background color failed (white)- so used inline style   */
#header {
    color: #202020;
    background-color: black;
    text-align: center;
}
#section {
    width: auto;
    padding: 5px;
    background-color: #202020;
    text-shadow: none;
}
/*   Specify use via: class="<tag>"   */
#img {
    margin: 3px;
    padding: 5px;
    border: 0px solid #0000ff;
    height: auto;
    width: auto;
    float: left;
}	

#img img {
    display: inline;
    margin: 3px;
    border: 1px solid black;
}

#img a:hover img {
    border: 1px solid yellow;
}

#desc {
    text-align: center;
    font-weight: normal;
    font-family: "Verdana"; 
    color: yellow;
    font-size: 8pt;
    width: auto;
    margin: 0px;
    text-shadow: none;
}

