/* CSS Document */

body
{
   padding:0px;
   margin:0px;
   margin-bottom:1%;
   overflow:hidden;
}

p
{
   text-align:justify; 
}

.quote
{
   font-weight:bold;
   font-style:italic;
}


h1
{
   text-align : left;
   text-transform: capitalize;
}



img
{
   border: black thin solid;
}

img.no_border
{
   border: none;
}




td.menu
{
   border-right:thin lightgrey solid ;
   text-align: center;
   vertical-align:top;
   padding-left: 15px;
   padding-right:0px;
   
}


td.title
{
   vertical-align: middle;
   text-align : center;
}



#menu
{
   width:786px;
   padding:0px;
   border-top:0px; 
   border-left:0px;
   border-right:0px;
   border-bottom:black 1px solid;								
   height:50;
   background-color:#ccc;
   
}


a.menu_bar
{
   text-decoration:none;
   padding-left:5px;
   padding-right:5px;
   border-left:#fff medium solid;  
   font-weight:bold;
}

a.menu_bar:link,
a.menu_bar:visited
{   

background-color:#ccc;

   color:blue;  
}

a.menu_bar:hover
{
   background-color:#999;
   border-right:#000 thin solid;
   border-bottom:#000 thin solid;  
   border-top:#eee thin solid;
   border-left:#eee thin solid;     
   color:white;
   padding:5px;
}

a.menu_bar:active
{

}



a.previous_next
{
   font-weight: bold;
   text-decoration: none;
   text-transform: capitalize;
}

.previous_next:a:link
{
   color:blue;
}

.previous_next:a:visited
{
   color:blue;
}

.previous_next:a:hover
{
   background-color:lightgrey;
   color:red;
  
}

.previous_next:a:active
{

}


dt
{
   font-weight:bold;
   text-align: left;
}



.highlight
{
   font-weight:bold;
}

th, td
{
   text-align: left;
   
}

.title
{
   font-size: 40px;
   text-transform: capitalize;
   font-style:oblique;
   font-weight:bold;
   font-family:"Times Roman";
   filter:dropshadow(color=lightgrey, offx=5, offy=5);   
}



