body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background-color: #42413C; background-image: url(../img/ltblue-1600.jpg); background-attachment: fixed; margin: 0; padding: 0; color: #000; }

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6, p { margin-top: 0; padding-right: 15px; padding-left: 15px; }

a img { border: none; }

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link { color: #42413C; text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */ }

a:visited { color: #6E6C64; text-decoration: underline; }

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */ text-decoration: none; }

/* ~~ this fixed width container surrounds all other divs ~~ */
.container { width: 900px; background-color: rgba(238, 242, 245, 0.5); margin: 0 auto; margin-top: 2rem; overflow: hidden; }

.content { padding: 10px 0; }

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */ }

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { float: right; margin-left: 8px; }

.fltlft { float: left; margin-right: 8px; }

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */ clear: both; height: 0; font-size: 1px; line-height: 0px; }

/**/
.respimg { max-width: 100%; height: auto; }

@media only screen and (max-width: 767px) { .container { width: 97%; } }
@media only screen and (min-width: 768px) and (max-width: 950px) { .container { width: 740px; } }
