/* stylesheet.css*/

/* Page header style */
#header{ width: 100%;
text-align: left;
}

/* Page footer style */
#footer{ width: 100%;
text-align: center;
}

#features h6 {
fone-size: 100%; 
}

#features {
width: 200px;
position:absolute;
top: 300px;
left: 50px;
}

/* Body text and page background */
body { 
background-color: #556b2f;
}


/* Level 1 headings */ 
h1 { font-family: Papyrus, "Juice ITC", Algerian, fantasy;
font-weight: bold;
font-size: 14pt;
text-align: center;
color:Black; }

/* Level 2 headings */ 
h2 { font-family: Bookman Old Style, Bookman, serif;
font-size: 14pt;
padding-left: 30px;
text-align: left;
color:#C2DFFF; }

/* Level 3 headings */ 
h3 { font-family: Bookman Old Style, Bookman, serif;
font-size: 14pt;
padding-left: 30px;
text-align: cleft;
color:#C2DFFF; }

/* Level 4 headings */ 
h4 { font-family: Bookman Old Style, Bookman, serif;
font-size: 14pt;
padding-left: 30px;
text-align: left;
color:#C2DFFF; }


/* Level 5 headings */ 
h5 { font-family: Bookman Old Style, Bookman, serif;
font-size: 14pt;
padding-left: 30px;
text-align: left;
color:#C2DFFF; }

/* Level 6 headings */ 
h6 { font-family: Bookman Old Style, Bookman, serif;
font-size: 14pt;
text-align: center;
color:red; }


/* Define colors */
legend {color: white;
font-family: Tahoma, Lucinda Impact, Charcoal, fantasy;
 }

label {color: white;
font-family: Tahoma, Lucinda Impact, Charcoal, fantasy;
 }


/* Paragraphs */

p {
font-family: Bookman Old Style, Bookman, serif;
text-align: left;
padding-left: 40px;
padding-right: 50px;
color: black; }

ul {
font-size: 12 pt;
text-align: left;
 }

li { color: #C2DFFF;
font-family: Bookman Old Style, Bookman, serif; 
font-size: 12 pt;
text-align: left;
}


/* Forms */
form {
padding-left: 40px;
padding-right: 40 px;
}

/* Style for table cells */
table{
text-align: center;
border-collapse:  collapse;
}

/* Style for table cells that contain thumbnails */
td.thumbs{
border: solid 3px;
padding: 5px;
}

/* Style for table cells that contain thumbnails */
td.thumbs{
border: solid 8px;
padding: 5px;
}