


 table, td, th{
  border: 1px solid black;
	font-size:1.2em;
	font-family: Georgia;
	border-collapse: collapse;
	background-color: #01f1c1;
}

th {
  text-align: center;
}

td {
  text-align: center;
}

body  {
      color:black;
      background:"./paper.jpg";
      margin: 35px 60px 25px 50px;
      padding: 0;
	font-size:1.05em;
      }


div  {
     display: inline;
     }

img  {
      border: 3px 
			solid #5551;
     }

a:link  {
        font-weight: bold;
        text-decoration: none;
        color: #736;
        background: transparent; 
        }

a:visited  {
        font-weight: bold;
        text-decoration: none;
        color: #736;
        background: transparent; 
        }

a:hover  {
        font-weight: bold;
        text-decoration: underline;
        color: #736;
        background: transparent; 
        }

a:active  {
        font-weight: bold;
        text-decoration: none;
        color: #736;
        background: transparent; 
        }

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
      font-family: Georgia;
      }


h1     {
       font-size:1.55em;
       font-weight: bold;
       margin-bottom: 1.75em;
       } 

h2     {
       font-size:1.55em;
       font-weight: bold; 
       margin-bottom: 1.2em;
       margin-top: 1.3em;
       } 

html p  {
        margin-top: 5px;
        margin-bottom: 8px;
				margin-right: 30px;
        text-align: left;
        font-size: 1.2em;
        line-height: 1.2;
        }

p.bigskip  {
       margin-top: 45px
          }

p#footer
        { 
        font-size: 1em;
        margin-top: 40px;
        font-family: Helvetica;
        color: #060
        } 

div#box  { border: solid; border-width: thin; width:100% }
