		html, body{ 
			margin:0; 
 			padding:0; 
 			font-family: Arial, Helvetica, Sans-Serif;
			text-align: center;
			} 

		a {text-decoration:none;}
		a:hover {text-decoration: underline;}
		p {text-align: left;}
		
		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			margin: 2px;
			margin-left: auto;
			margin-right: auto;
			padding: 2px;
		}

		#banner {
			padding: 2px;
			border-bottom: medium solid #CC0000;
		}
			
		#banner a {
			text-decoration:none;
			color: #CC0000;
			font-size: large;
		}
		#banner a:visited {color: #CC0000;}
		
		#menu {
			padding: 2px;
			margin-bottom: 2px;
			letter-spacing: 2px;
			font-weight: bold;
		}
		
		#menu a {color:black;}
		
		#menu2 {
			margin-bottom: 2px;
			font-weight: bold;
			font-size: small;
			letter-spacing: 1px;
		}
		
		#menu2 a {font-weight: normal;}

				
		p.click{color: #CC0000; font-weight: bold; font-size: small;}
		p.title{font-weight: bold; font-style: italic; font-size: large;}
		p.center{text-align: center;}

		#thumb td {
			padding: 3px 30px 3px 30px;
			font-style: italic;
			}
		#thumb a {color:black;}

		#thumb2 p {padding: 0px 5px 0px 5px;}

		#table {text-align: left;}
						
		#footer {
			clear: both;
			padding: 2px;
			margin-top: 2px;
			color: gray;
			font-size: small;
		}
		#footer a {color: gray;}
		#footer a:hover {color: gray;}