body { 
  background-color: #fdfef9;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        medium;
  color: 			#855fa8;
  margin:           0px;
  background-image: url(logo-master-index.jpg);
  background-position: 50% top;
  background-repeat:no-repeat;
}

/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:100%; }  
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
}

#allcontent {
  width: 800px;
  padding-top: 5px:
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  }
img { max-width: 100%; }  
  
img.gloria {
  border-width: 8px 8px 8px 8px;
  border-style: outset;
 }
 
 
h2 {
  font-size: 200%;
 }

a:link {
  color:            #855fa8;  
}
a:hover {
  color:            #ecd3e6;
}
a:visited {
  color:            #2f4f4f;
}
div.mininav {
background-image:url(../img/bg.png);
border-radius: 25px;
 }
 
div.table1 { 
  text-align: center;
}

div.table1 table.links {
margin: 0 auto; 
text-align: left;

 }

table.links {
    border-width: 3px 3px 3px 3px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: white white white white;
	border-collapse: separate;
	background-color: #dcdcdc;  		
 }
table.links td {
    border-width: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: white white white white;
	background-color: #f5f5f5;
	-moz-border-radius: 0px 0px 0px 0px;
 }
 
  
select {
   font-family:      Georgia, "Times New Roman", Times, serif;
   font-size:        medium;
   color: 			#855fa8;      
  }
optgroup {
   font-family:      Georgia, "Times New Roman", Times, serif;
   font-size:        medium;
   color: 			#855fa8;      
  }
  
#counter {
   width: 200px;
   margin-left: auto;
   margin-right: auto;
   padding-top: 15px;
   border-color: #f5f5f5;
   border-width: 1px;
   border-style: dashed;
   background-color: #c0c0c0;
 }
 
#credit {
   font-size: 120%;
   font-style: bold;

 }
 #footer {
  border-style: outset;
  padding: 5px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  }
  
table.footer {
border-width: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 3px 3px 3px 3px;
 }