body {background-color: #990000;}

p.main {text-align: center;
		font-size: 2.5em;
		font-weight: bold;
        color: #ffffcc;
        font-face: "Times New Roman", Times, serif;
        }
        
p.motto {text-align: center;
		font-size: 1em;
		font-weight: bold;
		font-style: italic;
        color: #ffffcc;
        font-face: "Times New Roman", Times, serif;
        }
 
 p.add {text-align: center;
		font-size: 1em;
		font-weight: bold;
        color: #ffffcc;
        font-face: "Times New Roman", Times, serif;
        }
        
#left {
	    position: absolute;
	    top: 440px;
		right: 640px;
		left: 5px;
		}		
		
#left ul {list-style: none;
		 margin-left: 10px;
		}
		
#left li {background-color: #ffffcc;
		  width: 120; 
		  text-align: center;
		   }
		
#left li a:link, #left li a:visited  {font-family: "Times New Roman", Times, serif;
		  color: #990000;
		  padding: 4px;
		  font-size: 18px;
		  font-weight: bold;
		  text-decoration: none;
          }
          
#sidebar {float: right; 
		 padding: 5px;
		 margin-left: 5px;
		 background-color: #FFCC66;
		 color: #336600;
		 font-weight: bold;
		 }

		   
#center {color: #ffffcc;
		 padding: 3px;
		 margin-top: 20px;
		 margin-left: 150px;
		 font-family: "Times New Roman", Times, serif;
		 font-weight: bold;
		 }	   
		 
#team {	color: #ffffcc;
		 padding: 3px;
		 margin-top: 20px;
		 margin-left: 150px;
		 font-weight: bold;
		 font-family: "Times New Roman", Times, serif;
		  }
       
#left2 {
	    position: absolute;
	    top: 140px;
		right: 640px;
		left: 5px;
		}		
		
#left2 ul {list-style: none;
		 margin-left: 10px;
		}
		
#left2 li {background-color: #ffffcc;
		  width: 120; 
		  text-align: center;
		   }
		
#left2 li a:link, #left li a:visited  {font-family: "Times New Roman", Times, serif;
		  color: #990000;
		  padding: 4px;
		  font-size: 18px;
		  font-weight: bold;
		  text-decoration: none;
          }
          
#form1  {color: #ffffcc;
		 padding:3px;
		 margin-top: 20px;
		 margin-left: 150px;
		 font-family: "Times New Roman", Times, serif;
		 font-weight: bold;
         }
         
a:link, a:visited {color: #ffffcc;
				   }
				   
input.btn { color: #000000;
		    background-color: #cccc66;
		    border: 1px outset #666600;
		    padding: 2px 4px 2px 4px;
		    }