/*  --- II.1 Leading file comment or file description:
 *
 *
 *
 */



/* the styles for the html elements */
html {
    background-color: rgb(192, 192, 192);
}
body {
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
    width: 960px;
    margin: 0 auto;
    background-color: white;
    border: 1px solid black;
    padding: .5em 2em;
}
header {
    margin: 0;
    border-bottom: 2px solid black;
}
header h1 {
    font-size: 200%;
    text-align: center;
    margin: 0;
    padding: .5em 0;
    color: black;
}
main {
    margin: 0;
} 
section {
    float: left; 
    padding-bottom: 1.5em;
}
footer {
    clear: both;
    margin-top: 1em;
    border-top: 2px solid black;
}

footer p {
    font-style: italic;
    text-align: right;
    color: grey; 
    font-size: .7em;
}

 
h1 {
    font-size: 150%;
    margin: 0;
    padding: .5em 0 .25em;
}
h2 {
    font-size: 110%;
    margin: 0;
    padding: .25em 0 .5em;
}
h1, h2 { 
    color: navy;
}
table {
    border: 1px solid black;
    border-collapse: collapse;
}
td, th {
    border: 1px dashed black;
    padding: .2em .5em .2em .5em;
    vertical-align: top;
    text-align: left;
}
form {
    margin: 0;
}
br {
    clear: left;
}

/* the styles for class selectors */
.wgap {
    display: inline;
    margin-left: 6px;                
}         
.wgapr {
    display: inline;    
    margin-right: 60px;            
}         

.right {
    text-align: right;
}





/* IV.6.a. Align listPrice to the right in the table */







/* Your other styling design */




