/*standard formatting for the whole site*/

    body {background: url(https://www.jopdent.com/images/bgs/BackgroundODMainBlue3.jpg) no-repeat top center; }
    .nopic {background: }
	      
    a:link    { color:#23a;}
    a:visited { color:#23a;}
    a:hover   { color:#23a;} 
    
    .head a:link    { color:#fff; text-decoration: none; font-family: sans-serif; font-weight: 900;}
    .head a:visited { color:#fff; text-decoration: none; font-family: sans-serif; font-weight: 900;}
    .head a:hover   { color:#fff; text-decoration: none; font-family: sans-serif; font-weight: 900;} 

    .link a:link    { color:#23a; text-decoration: none; font-family: sans-serif;}
    .link a:visited { color:#23a; text-decoration: none; font-family: sans-serif;}
    .link a:hover   { color:#23a; text-decoration: none; font-family: sans-serif;} 
    .link {text-align: center;
           font-weight: 900;
           color:#23a;
           font-family: sans-serif;}  

    td {text-align: center;
        border-weight:0px; }
        
    h1 {color: #23a;
        font-size: 42px;
        text-align: center;
        font-family: sans-serif;
        padding-bottom: 30px;}
    
    h4 {color: #23a;
        font-size: 28px;
        text-align: center;
        font-family: sans-serif;
        padding-bottom: 12px;}
    
    .title {text-align: center;
            font-weight: 900;
            color:#23a; 
            font-family: sans-serif;}


/*formatting for current issue*/
    .relevance {margin-left: .5in; }
    
	.summary {margin-left: .75in;
			  margin-bottom: .75in;}

            
/*formatting for contributors*/
      #center {text-align: center; }
      .spacer {margin-top: 12pt; }
      .nospace {margin-bottom: 0pt; }
      
/*formatting for subrates*/
    .new {font-family: sans-serif;
          color: red;
          font-weight: 900; }
          
    .header {font-weight: 900;
             font-size: 14pt; }
             
    .indent {margin-left: 1in; }
    
    .bold {font-weight:900; }
    
    
/*formatting for volume indexes*/
    .center {margin-left: .1in;
	         margin-top: 0px;
	         margin-bottom: 0px; 
	         text-align: center;
	         font-weight: 900; }
	         
	.letter {font-size: 28pt;
	         font-family: sans-serif; 
	         font-weight: 900; }
	         
	.entry {margin-left: 1in;
	        text-indent:-.5in; }
	        
	.author {margin-left: .1in;
			 margin-top: 0px;}
