body {
  		color: rgb(0%, 0%, 0%);
			background-color: rgb(150, 150, 220);
	  	font-family: sans-serif, arial, verdana;
			}
			
body.tenderfoot {			
					  color: rgb(0%, 0%, 0%);
						background-image: url(../images/tenderfoot.gif);
						background-position: right center;
						background-repeat: no-repeat;
						background-attachment: fixed;
						font-family: sans-serif, arial, verdana;
						}
			
body.secondclass {			
						color: rgb(0%, 0%, 0%);
  					background-image: url(../images/secondclass.gif);
						background-position: right center;
						background-repeat: no-repeat;
						background-attachment: fixed;
						font-family: sans-serif, arial, verdana;
						}

body.firstclass {			
					  color: rgb(0%, 0%, 0%);
						background-image: url(../images/firstclass.gif);
						background-position: right center;
						background-repeat: no-repeat;
						background-attachment: fixed;
						font-family: sans-serif, arial, verdana;
						}
						
body.star {			
					  color: rgb(0%, 0%, 0%);
						background-image: url(../images/star.gif);
						background-position: right center;
						background-repeat: no-repeat;
						background-attachment: fixed;
						font-family: sans-serif, arial, verdana;
						}

body.life {			
					  color: rgb(0%, 0%, 0%);
						background-image: url(../images/life.gif);
						background-position: right center;
						background-repeat: no-repeat;
						background-attachment: fixed;
						font-family: sans-serif, arial, verdana;
						}

body.eagle {			
					  color: rgb(0%, 0%, 0%);
						background-image: url(../images/eagle.gif);
						background-position: right center;
						background-repeat: no-repeat;
						background-attachment: fixed;
						font-family: sans-serif, arial, verdana;
						}						
						
body.feedback {			
					  color: rgb(0%, 0%, 0%);
						background-image: url(../images/bsasym.gif);
						background-position: right center;
						background-repeat: no-repeat;
						background-attachment: fixed;
						font-family: sans-serif, arial, verdana;
						}
						
h1 {
    color: black;
		font-family: cursive;
		font-size: x-large;
		}

h2 {
    color: blue;
		font-family: sans-serif, arial, verdana;
		font-size: large;
		}
		
li {
	  list-style-type: circle;
		list-style-position: outside;
		}
		
td.nav {
			  background-color: #ff5555;
				text-align: center;
				font-size: medium;
				font-weight: bold;
				}
	
td.sel {
			 	background-color: #5ba0ff;
				text-align: center;
				font-size: medium;
				font-weight: bold;
				}

a.nav {
			 color: rgb(0%, 0%, 0%);
			 background-color: #ff5555;
			 font-weight: bold;
			 font-size: medium;
			 text-decoration: none;
			 }