@import "dialogue.css";

BODY
   {
   font:arial;
   font-weight:bold;
   font-size: 125%;
   margin-left:3em;
   margin-right:3em;
   background-color: #ffa500;
   background-image: url(../../images/MarbleOrange.jpg);
   }

fl
   {
   float: left;
   }
fr
   {
   float: right;
   }

TD
   {
   font-weight:bold;
   font-size: 110%;
   text-align:center;
   }

a {
   color: #00008B;
   }

a:active {color:white;}

.doctor
   {
   font-size: 200%;
   text-align:center;
   margin-bottom: 2 em;
   background-color: #8B0000;
   color: #FFFFFF;
   }

.chalk
   {
   background-image: url(../../images/chalk.jpg);
   }

.theTop
   {
   border-style: none;
   border-width:thick;
   background-color: #32cd32;
   font-size: 250%;
   }

.BigTab
   {
   border-collapse: separate;
   border-spacing: 2px 2px;
   border: 2px solid black;
   background-color:black;
   margin-left: 5%;
   font-weight: bold;
   }

.tabTop
   {
   background-color:#ff7f50;
   border-color: black;
   border-bottom-width: thick;
   font-size: 125%;
   }

.tabRow
   {
   background-color:#32cd32;
   border-color: black;
   border-bottom-width: thick;
   font-size: 110%;
   }

.imgL
    {
    float:left;
    width:40%;
    margin-left:1%;
    margin-right: 5%;
    margin-bottom: 1%;
    border:0;
    }

.imgC
    {
    width:60%;
    border:0;
    }

.imgR
    {
    float:right;
    width:40%;
    margin-right:1%;
    margin-left:5%;
    margin-bottom:1%;
    border:0;
    }

.imgL2
    {
    float:left;
    width:35%;
    margin-right:2%;
    margin-bottom: 1%;
    border:0;
    }

.imgR2
    {
    float:right;
    width:35%;
    margin-left:2%;
    margin-bottom:1%;
    border:0;
    }

.txt
    {
    width:100%;
    height:95%;
    font:arial;
    font-weight:bold;
    font-size:smaller;
    overflow:auto;
    margin:0;
    }
.favs
   {
   font-weight:bold;
   font-size: 110%;
   color: red;
   }

.nav
    {
    width:100%;
    height:4%;
    background-color:#f0e68c;
    font:arial;
    font-weight:bold;
    font-size:smaller;
    margin:0;
    }

