/* davernlawstyles.css */

/* Block all default margins and padding */
* {
   margin: 0;
   padding: 0;
}

body {
   background-color: #FFF;
   font-family: Times, 'Times New Roman', serif;
   text-align: center;
}

.strongerfont {
   font-family: Helvetica, Arial, sans-serif;
   font-style: italic;
   font-weight: bold;
   color: #000; 
}

a:link {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline; 
  color: #00F; 
  background-color: #FFF;
}

a:visited {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal; 
  text-decoration: underline;
  color: #00F; 
  background-color: #FFF;
}
 
a:hover	{	
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal; 
  text-decoration: underline;
  color: #00F; 
  background-color: #FFF;
}	

a:active	{	
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal; 
  text-decoration: underline;
  color: #F00; 
  background-color: #FFF;
}	

/* Wrapper contains the layout */
#wrapper {
  width: 76%;
  margin: 20px auto 0 auto;
  background-color: #FFF; 
}

#branding {
  height: 90px;
  padding: 0;
}

#branding h1, #branding h2, #branding h3 {
   text-align: left;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: normal;
   color: #000; 
}

#content {
   margin: 0;
   padding: 0;
   background-color: #FFF;
   color: #000;
}

/* Applies to paragraphs and lists in the content division */
#content p, #content ul, #content ol {
   padding: 10px 0px 10px 10px;
   text-align: left;
   line-height: 1.25em;
   font-size: 1.2em;
}

/* Applies to lists in the content division */
#content ul, #content ol {
   padding: 10px 0px 10px 40px;
}

#footer {
   margin: 0;
   padding: 10px 0px 10px 10px;
}

#footer p {
   line-height: 1.25em;
   font-size: 1em; 
}
