/* Styles for the A.R.T. large image pages */
	
   html {
         height: 100%;
         }

   body {
         background: #fff;
         color: #000;
         margin: 0px;
         padding: 0;
         border 0;
         text-align: center;
         font-family: verdana, lucida, arial, helvetica, sans-serif;
         height: 100%;
         font-size: 11px;
      }      
  
     img {
      display: block;
      border: 0;
      margin: 0;
      margin-left: auto;
      margin-right: auto 
      }
       
    em {
      font-style: italic;
      }

    a:link {
      color: #036;
      text-decoration: none
      }
       
    a:visited {	
      color: #036;
      text-decoration: none
      }

    a:hover {	
      color: #0066dd;
      text-decoration: underline
      }http://localhost:8080/artrad/index.shtml

    a:active {
	   color: #606000;
	   }

   .fineprint1 {
    clear: both;
    font-size: xx-small;
    font-family: verdana, arial, helvetica, sans-serif;
    letter-spacing: -1px;
    margin-top: 1em;
    margin-bottom: 2em;
    padding-top: 15px;
    }

@media print {.fineprint1 {display: none}}

   .fineprint {
    clear: both;
    font-size: xx-small;
    font-family: verdana, arial, helvetica, sans-serif;
    letter-spacing: -1px;
    margin-top: 1em;
    margin-bottom: 2em;
    }

   .breaker {
   width: 100%; 
   height: 0px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   clear: both; 
   height: 1px;
   line-height: 0;
   font-size:0;
   }