p {
   font-family: Arial, sans-serif
   }

.content {
   margin: 30px 30px 30px 30px;
   font-family: Arial, sans-serif
   }

.content p {
   text-align: justify;
   }

.content li {
   text-align: justify;
   margin-bottom: 7px;
   margin-right: 20px;
   }

p.sig {
   text-align: right;
   font-style: italic;
   }

table.article {
   border: 1px solid #000000;
   }

table.caption {
   width: 0%;
   margin: 10px;
   text-align: center;
   font-style: italic;
   border: 1px solid #000000;
   background-color: #DDDDDD;
   }

table.review {
   width: 95%;
   margin-top: 10px;
   text-align: left;
   font-family: Arial, sans-serif;
   font-size: 12px;
   border: 1px solid #000000;
   background-color: #C0C0C0;
   }

table.rules {
   width: 95%;
   margin-top: 0px;
   text-align: left;
   font-family: Arial, sans-serif;
   font-size: 12px;
   border: 1px solid #000000;
   background-color: #C0C0C0;
   }

a:hover {
   color: navy;
   }

span.drop_cap {
   float: left;
   font-size: 300%;
   min-width: 0.5em;
   font-family: Arial, sans-serif;
   line-height: 78%;
   }

#article_title h1 {
	font-family: "Times";
	font-size: 60px;
	font-weight: normal;
    margin-top: 20px;
    margin-right: 150px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
	border-bottom: 1px solid #000080;
	color: #000000;
    }

#article_title h2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
    margin-right: 150px;
    padding-top: 0px;
	color: #FFFFFF;
    background-color: #000080;
    }

.logo {
	float: right;
    margin-top: 20px;
    }

.pullquote {
     border-top: 1px solid black;
     border-bottom: 1px solid black;
     color: #000080;
     width: 95%;
     text-align: left;
     font-size: 125%;
     line-height: 100%;
     margin: 0px;
     margin-left: 0px;
     background: url(closequote.gif) no-repeat bottom right;
     padding: 10px 5px 10px 5px;
     }

.pullquote:first-letter {
      background: url(openquote.gif) no-repeat left top !important;
      padding: 5px 0px 10px 35px!important;
      }
