/*
 * Combined style sheet for the index pages and the slide pages.
 */


/* Style for all bodies. */

body {

font-family: "Times New Roman",serif;
font-weight: bold;

background-image: url(http://www.crewchiefpb.com/paintball/res/grey-silk.jpg); 

}


h1
{color: #1951C6;
font-family: "Times New Roman",serif;
font-weight: bold;
font-size: 22pt;
font-style:oblique;
font-variant:small-caps;
text-transform:capitalize;
font-stretch:wider;
}

h2
{color: #1951C6;
font-family: "Times New Roman",serif;
font-weight: bold;
font-size: 18pt;
font-style:oblique;
font-variant:small-caps;
text-transform:capitalize;
font-stretch:wider;
}


img {
border-color: #000000;
}



/* Custom link styles */

a:link {
color: #000000; text-decoration: underline;
}

a:active {
text-decoration: underline;color: #000000;
}

a:visited {
text-decoration: underline;color: #000000;
}

a:hover {
text-decoration: underline;
 color: #1951C6
}


a:link {
text-decoration: none;
 color: #1951C6
}


.comment {
font-weight: bold;

}



/* Put a border on all generated images */


.image {
border-width: 2;
 border-style: solid;
 margin: 5;
}



/* Align the content of the cells on the index pages to the center and bottom. */


#index td {
text-align: center;
 vertical-align: bottom;
}



/* Style for all table cells. */

.read table {
background-color: white;
}

td {
font-family: "Times New Roman",serif;
font-weight: bold;

}



body {
  SCROLLBAR-FACE-COLOR: #000000;
  SCROLLBAR-HIGHLIGHT-COLOR: #1951C6;
  SCROLLBAR-3DLIGHT-COLOR: #660099;
  SCROLLBAR-DARKSHADOW-COLOR: #330033; 
  SCROLLBAR-SHADOW-COLOR: #330033; 
  SCROLLBAR-ARROW-COLOR: #1951C6;
  SCROLLBAR-TRACK-COLOR: #F0F8FF;
}
