/* 'TEXT WEBBER' default Style Sheet */
/* <link type='text/css' rel='stylesheet' href='(path\)or[web address]Mystyle.css'> */
body                  {
            font-style:   normal;
            font-weight:  normal;
            font-size:    10pt !important;
            font-family:  'Courier New',Monospace,Courier,'Sans Serif';
            margin-left:  1%;
            margin-right: 1%;
            color:        #000000;
            background:   white url(tailground.html); background-attachment: fixed;
                      }
em                    {
            font-size:    1em;
            font-style:   italic;
            font-weight:  bold;
                      }
strong                {
            font-size:    1em;
            font-weight:  bolder;
                      }
h1,h2,h3,h4,h5,h6     {
            margin-top:   0;
            margin-bottom: 0;
            font-size:    1em;
            font-weight:  bold;
                      }
h6                    {
            margin-top:   0;
            margin-bottom: 0;
            font-size:    1em;
            font-weight:  normal;
                      }
/* setup to display in italics */
cite                  {
            font-size:    1em;
            text-indent:  0;
            margin-top:   0;
            margin-bottom: 0;
            font-style:   italic;
                      }
p                     {
            font-size:    .85em;
            text-indent:  0;
            margin-top:   0;
            margin-bottom: 0;
            font-weight:  normal;
                      }
pre                   {
            font-size:    1em;
            text-indent:  0;
            margin-top :  0;
            margin-bottom: 0;
            font-weight:  normal;
                      }
dd                    {
            font-size:    1em;
                      }
li                    {
            font-size:    1em;
                      }
ul                    {
            margin-left:  5%;
            font-size:    1em;
                      }
ul.leftline           {
            padding-left: 5%;
            border-left:  solid;
            border-right: none;
            border-top:   none;
            border-bottom: none;
            border-left-width: thin;
            border-color: red;
            font-size:    1em;
                      }
ol                    {
            margin-left: 2em;
            font-size:    1em;
                      }
a                     {
            font-size:    1em;
            color:       blue;
            background:   white;
            text-decoration: none;
                      }
/* when mouse is over link */
a:hover               {
            font-size:    1em;
            color:        white;
            background:   blue;
            text-decoration:    none;
                      }
/*          Link Appearance                */
a:link                {
            font-size:    1em;
            color:        blue;
            background:   silver;
            text-decoration:    none;
                      }
a:active              {
            font-size:    1em;
            color:        silver;
            background:   blue;
            text-decoration:    none;
                      }
a.offsite             {
            text-decoration:    none;
            font-weight:    normal;
            color:          #F60;
            background:     #212121;
                      }
div.box               {
            color:        #000000;
            text-align: left;
            background:   silver;
            border-style: inset;
            border-color: blue;
            border-width: thick;
            width: 95%;
            padding: 0.5em;
                      }
div.box2              {
            color:        #000000;
            text-align: center;
            background:   silver;
            border: none;
            width: 95%;
            padding: 0.5em;
                      }
/*=====================================================
/* displaying a figure to scale
/* And this is the style sheet: 
/*=====================================================
/* In HTML place this code
/* <div class='figure'>
/* <p><img class='scaled' src='st-tropez.jpg'
/* alt='St. Tropez'>
/* <p>Saint Tropez and its
/* fort in the evening sun
/* </div>
 =====================================================*/
div.figureright {
float: right;
width: 95%;                   /*length of image*/
text-align: center;
font-size: 1.2em;
border: thin silver solid;
margin: 0.5em;
padding: 0.5em;
}
div.figureright p {
text-align: center;
font-style: italic;
font-size: 1.2em;
text-indent: 0;
}
div.figureleft {
float: left;
width: 80%;                   /*length of image*/
border: thick silver solid;
margin: 0.5em;
padding: 0.5em;
}
div.figureleft p {
text-align: center;
font-style: italic;
font-size: 1em;
text-indent: 0;
}
img.scaled {
width: 5%;                   /*height of image*/
}
img.scaled2 {
width: 80%;                   /*height of image*/
}
