
/* The "J C Calvarese" Style - Geocities Edition */

body {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size:  12pt;
    font-style:  normal;
    font-weight:  normal;
    color:  black;
    background-color: #F9F9FF; /* in case the image isn't loaded */
    background: url(img/jcc-bg.png); 
}

    
a:link {
    color: red;
    background: none;
    font-weight: bold;
    text-decoration: none;
}
    
a:active {
    color: #0000FF;
    background: none;
    font-weight: bold;
    text-decoration: none;
}
    
a:visited {
    color: #191970;
    background: none;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #FFF;  
    background: #77F; 
}

img {
    border: none;
    background: none;
}



email.a:hover {
    border: blue dashed thin;
    background: none;
}


/*
a.validate:hover{
    background: none;
}


a.validate:hover img{
    border: yellow thin solid;
    padding: 0.1em;
    color: black;
    background: none;
}
*/

table.countertable tr td table {
    border: none;
}


h1 { 
    font-family: News Gothic MT, Arial, Verdana, Geneva, Helvetica, sans-serif;
    margin-top: 0.7em;
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    color: white;
    border-top: thin solid blue;
    border-bottom: thin solid blue;
    background-color: blue;
    background: transparent url(blue-trans.png);}


h2 {
    padding-top: 0.1in;
    margin-bottom: 0.25em;
}

h3 {
    padding-top: 0.1in;
    margin-top: /*-1em;*/ -0.5em;
}

h4 {
    padding-bottom: 0.25in;
}

h5 {
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: larger;
    
}





.linklist p{
    font-size: small;
}

.linklist p strong{
    font-size: medium;
}

.linklist dl {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0.3in;
    text-align: left;
    margin-top: -0.75em; /* elimination most of the stupid space above the dl (1em eliminates all of it) */
}

.linklist dt {
    margin-left: 0in; /* no indention in the items */
    font-size: small;
    font-weight: normal;
}

.linklist dt strong{
    font-size: medium;
}

.linklist dd {
    font-size: small;
    font-weight: normal;
    padding-bottom: 0.05in;
}



/* Graphics with hyperlinks */

a img{
    border: blue thin solid;
    padding: 0.1em;
    color: black;
    background: none;
}

a.validate:hover{
    background: none;
}

a.validate:hover img{
    border: blue thin dashed;
    padding: 0.1em;
    color: black;
    background: none;
}


/* Less Indented List */

ul{

    list-style: none;
    margin-top: -0.05in;
    padding-left: 1em; 
    //margin-left: 0.05in; Internet Explorer works better with this comment here...


}

li ul {

    list-style: disc;
    margin-top: 0.03in;
    margin-bottom: 0.03in;
    padding-left: 2em; 
}

ul a {
    font-weight: bold;
}


