/* stylesheet1.css */

/*Body text and page background */
body {
 font-family: "Book Antiqua", Times, Serif;
 text-align: center;
 padding: 02px;
 font-size: medium;
 background-color: black;
 border: 0px;
 margin: 0.5em;
}

/* Page header style */
#header {
 width: 98%;
 background-color: black;
 border: 0px;
 font-family: Papyrus, "Curlz MT", Juice ITC, Algerian, fantasy;
 font-weight: bold;
 font-size: large;
 text-align: center;
 height: 55px;
}


/* Page navigation style */
#navigation {
 width: 98%;
 background-color: black;
 font-family: "Book Antiqua", Times, Serif;
 border: 0px;
 font-size: medium;
 font-weight: normal;
 text-align: center;
}
   

/* Unvisited links */
a:link {
 color: #999900; /* green */
}

/* visited links */
a:visited {
 color: #999900; /* green */
}

/* hover links */
a:hover {
 color: #FFFF00; /* yellow */
}

/* active links */
a:active {
 color: #b84db8;
 outline-style: none;
}

/* active image */
a:active img {
 color: #FFFF00; /* yellow */
 outline-style: none;
}

/* Page for main style */
main {
 height: 75px;
 border: solid thin #999900;
}

/* Level 1 headings */
h1 { 
 font-family: Papyrus, "Curlz MT", Juice ITC, Algerian, fantasy;
 text-align: center;
 color: #b84db8;
}

/* Level 2 headings */
h2 {
 color: silver;
 font-family: "Book Antiqua", Times, Serif;
}


/* Paragraphs styled */
p.one {
 color: #b84db8;
} 

/* Paragraphs styled */
p.two {
 background-color:black;
 color: silver;
 font-size: medium;
}

/* Paragraphs styled */
p.three {
 background-color: silver;
 color: black;
 font-size: small;
 padding: 10px;
 border: solid thin red;
 font-family: 'Book Antiqua', Times, Serif;
 font-weight: normal;
 width: 60%;
 margin-left: 5px;
 text-align: center;
}

/* Paragraphs styled */
p.four {
 background-color: silver;
 color: black;
 font-size: medium;
 padding: 10px;
 border: 0;
 font-family: 'Book Antiqua', Times, Serif;
 font-weight: normal;
 width: 100%;
 margin: 5px;
 text-align: center;
}

/* ul styled */
ul {
 font-size: small;
}

/* div style */
div {
 border: 0px;
}


/* Style for tables of thumbnail images */
table.thumbs {
 text-align: center;
 margin: auto;
}


/* Style for table cells that contain thumbnails */
td.thumbs { 
 padding: 15px;
 text-align: center;
 background-color: #666600;
}

/* Style for thumbnail images */
img.thumbs {
 text-align: center;
 padding: 0px;
 height: 75px;
} 

/* Style for tr background */
td.thumbs_two {
 padding: 10px;
 background-color: #333333;
 border: solid thin #999900;
}

/* Style for tr background */
td.thumbs_three {
 padding: 15px;
 background-color: #666633;
}

/* Style for tr background */
td.thumbs_four {
 padding: 15px;
 background-color: #333333;
}

/* Style for tr background */
td.thumbs_five {
 padding: 15px;
 background-color: #666633;
}


/* Style for sidebar column */
#sidebar {
 float: right;
 background-color: silver;
 border: solid thin red;
 padding: 4px;
 width: 40%;
 font-size: small;
 margin-right: 5px;
}


/* Page footer style */
#footer {
 background-color: black;
 border: 0px;
 font-size: small; 
 font-family: "Book Antiqua", Times, Serif;
 font-weight: normal;
 text-align: center;
 margin: auto;
 color: silver;
}

#columns {
 position: relative;
 float: right;
 width: 40%;
 top: 0;
 right: 0;
 padding-right: 10em;
 border: solid thin red;
 background-color: silver;
 color: black;
 font-size: small;
}

#right {
 position: absolute;
 top: 0;
 right: 0;
 border: solid thin red;
}

/* Makes font color purple */
.hilite {
 color: #b84db8;
} 

/* Makes font color yellow */
.hilite_two {
 color: red;
}

/* Makes font size larger */
.font {
 font-size: large;
 font-weight: normal;
 color: red;
}
