body { 
  background-color: 		#b5a789;
  font-family: 			Verdana, Geneva, Arial, sans serif; 
  font-size:        		medium;
  margin-left:      		10px;
  padding-left:			10px;
}

p.main {
	width:			auto;
        text-align:       	center;
	padding-top:		5px;
	padding-right:		20px;
	padding-bottom:		10px;
	padding-left:		20px;

	background-color:	#b5a789;
	margin-left:		auto;
	margin-right:		auto;
}

p.text {
	width:			auto;
        text-align:       	left;
	padding-top:		0px;
	padding-right:		30px;
	padding-bottom:		0px;
	padding-left:		30px;
}

#allcontent 	{
    width:		950px;
    width:		950px;
    margin-left:		auto;    
    margin-right:		auto;  
    text-align:		center;	
}

table		{
			width:		950px;
			
			border:		thin solid black;
			caption-side:	bottom;
			border-spacing:	0px;  }

    td, th	{
			border:		thin dotted gray;
			padding:		5px;}

    th		{
			background-color:	#F0E68C; }    
    td		{
			background-color:	#F9F9E1; }


.center			  {text-align: center;}
.right			  {text-align: right;}
.left			  {text-align: left;}



#footer {
  background-color: 		#b5a789;
  color:			black;
  text-align:   		center;
  padding:			15px;
  margin:           		10px;
  font-size:           		80%;
}


.center			  {text-align: center; }
.right			  {text-align: right; }

h1 {
    font-size:      	200%;
    text-align:	    	center;   
}

h2 { 
    font-size: 		120%; 
    text-align:	    	center;
}  

a:link {
  color:            	blue;
  text-decoration:  	none;
  border-bottom:    	thin dotted blue;
}
a:visited {
  color:           	 red;
  text-decoration: 	 none;
  border-bottom:   	 thin dotted red;
}
a:hover {
  color:           	 green;
  text-decoration: 	 none;
  border-bottom:   	 thin dotted green;
}