/* 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;
}

a.menu
{
   font-weight: bold;
   text-decoration: none;
   text-transform: capitalize;
}

.menu:a:link
{
   color:blue;
}

.menu:a:visited
{
   color:blue;
}

.menu:a:hover
{
   background-color:lightgrey;
   color:red;
   width:100%;
}

.menu:a: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);   
}


