

/* stylesheet.css */
/* Body text and page background */
body {
margin: 0px;
padding: 0px;
background-color: #000000;
margin: 0px;
padding: 0px;
}


/* Style for main content column */
#main {
padding: 1em;
margin-left: 11em;
}

/* Style for sidebar column */
#leftsidebar {
float: left;
display: inline;
padding: .5em;
margin: .25em;
width: 15em; /* Total width is 11em */
}



/* page header style*/
#header {
height: 425px;
background-color: #011310;
width: 100%;
border-bottom: thick double #241600;
}

/*page footer style */
#footer {
clear: both;
width: 100%;
border-top: thick solid #442200;
}


/* Level 1 headings */
h1 {
font-family: "adler" , "Curlz MT" , "Juice ITC" , Algerian, fantasy;
font-weight: bold;
text-align: center;
color: #1F2159;
}

/* Level 2 headings */
h2 {
font-family: "Arial Black" , Impact, Charcoal, fantasy;
color: #1F2159;
}

h3 {
  font-family: "juice ITC";
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-size: 36pt;
  line-height: normal;
  color: #ffff55;
} 



/* Level 3 headings */h4 {
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
text-decoration: underline;
color: #1F2159;
}

/* Generic style class for highlighting text */
.hilite {
background-color: #ffff00;
}
/* Paragraphs styled as tips */
p.tip {
background-color: #ACD095;
margin-left: 100px;
margin-right: 100px;
padding: 5px;
border: solid thin #167A58;
}
/* Paragraphs styled as warnings */
p.warning {
background-color: #FFCCFF;
margin-left: 100px;
margin-right: 100px;
padding: 5px;
border: solid thin #ff0000;
}

/* Float image to left of paragraph */
img.floatLeft {
float: left;
margin-right: 5px;
}
/* Float image to right of paragraph */
img.floatRight {
float: right;
}
/* Center image between margins */
div.center {
width: 100%;
text-align: center;
}
/* Custom bullet for bulleted lists */
ul {
list-style-image: url( "pix/bullets/ani-smiley.gif" );
}


/* Style for tables of thumbnail images */
table.thumbs {
text-align: center;
border-collapse: collapse;
}
/* Style for table cells that contain thumbnails */
td.thumbs {
border: solid 8px #a400a0;
padding: 4px;
}
/* Style for thumbnail images */
img.thumbs {
width: 350px;
}

img.border {
background: white;
padding: 4px;
border: 1px solid black;
}

table {
font-family: "comic sans";
font-size: 25pt;
font-weight: bold;
border: solid 2pt;
background-color: #ffff00;
width: 100%;
}


