

/* Background of page is white - body bgcolor="#FFFFFF"*/
/* Font style is Verdana"*/
/* regular font size 10pt? */
/* black is 000000 */
/* burgundy is 990000 */
/* h1 size fourteen bold? */

body
{background-image: url(../images/backgroundmarble.jpg);
background-repeat: repeat;
font-family: arial;
font-size: 100%;
text-align:justify
}
 
 
h1
{text-align:center;
font-size: 140%;
font-weight: lighter;
}

h2
{text-align:center;
font-size: 130%;}

h3
{font-size: 120%;}

h4
{font-weight: bold;
margin-bottom: -2px;
font-size: 100%;}


/*These set the properties for the links. a:hover can change the background color if you hover over it*/
/*add background-color:#ffffff; to the below to make the background color change on hover or whatever*/

a:link img {border: none;
text-decoration:none;}

a:hover img {border: none;
text-decoration:none;}

a:visited img {border: none;
text-decoration:none;}

a:visited:hover img {border: none;
text-decoration:none;}

a:link
{color:blue;
}


a:hover
{color:#990000;
text-decoration: none;
text-transform: none;
}

a:visited
{color: blue;
background:#ffffff;
}

a:visited:hover
{color: #990000;
text-decoration: none;
}



.hidefont
{
color:#ffffff;
font-weight:normal;
}

.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}


.imgright {
float: right;
padding: 6px 10px 6px 10px;
}

.divstyle
{padding-left:20px;}


.subhead
{font-size:7pt;
font-weight:normal;
}


/* table properties for database page, njcounties, homework, referencelinks.page */
.tables
{border-style: double;
border-width: 1pt;
border-color:#990000;
text-align:center;
cell-padding:10px;
}


/*this is for table of links on every page - the 4 images on the bottom  
Shorthand would be border: 2px #990000 grove; */

.linktable
{border-style: solid; 
border-width: 2px;
border-color:#990000;}



/*border: can be double, groove,ridge,inset,outset;none, hidden dotted dashed solid  */
/*border: border-collapse: separate-cells don't meet, collapse-the more eye-catching border wins */


