body {
	/*background-color: #08692A; (dark green)*/
	font-size: small;
	font-family: Verdana, Geneva, Arial, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	}
	
header.top {
	background-color: #08692A;
	margin: 10px 10px 0px 10px;
	height: 108px;
	color: #ffffff;
	}
	
div#tableContainer {
	display: table;
	border-spacing: 10px;
	}
	
div#tableRow {
	display: table-row;
	}
	
section#stores {
	font-size: 105%;
	display: table-cell;
	padding: 15px;
	border-style: dotted;
	width: 23%;
	vertical-align: top;
	line-height: 200%;
	}
	
section#form {
	background: url(images/angel_racket.JPG) bottom center;
	background-repeat: no-repeat;
	font-size: 105%;
	display: table-cell;
	padding: 15px;
	/*background-color: #5CED8F; (light green)*/
	vertical-align: top;
	}
	
aside {
	font-size: 125%;
	width: 20%;
	display: table-cell;
	padding: 0px 20px 0px 10px;
	border-style: dotted;
	vertical-align: middle;
	line-height: 110%;
	}

aside li {
	margin-left: auto;
	margin-right: auto;
	list-style-type: circle;
	\\list-style-image: url(images/ball.png);
	padding: 28px 0px 28px 0px;}
	
	
footer {
	background-color: #08692A;
   color:            #ffffff;
   text-align:       center;
   padding:          15px;
  	margin: 0px 10px 10px 10px;
  	font-size:        90%;
	}
	
a:link {
   text-decoration:none;
   font-family: fantasy;
   color: #000000;
   } 
        
a:visited {
	text-decoration:none;
	font-family: fantasy;
	color: #000000;
	} 

a:hover {
	text-decoration:none;
	font-family: fantasy;
	color: #F70505;
	}   

a:active {
  text-decoration:none;
  font-family: fantasy;
  color: #000000;
}  
