/* style.css */

a:link      {
             text-decoration: none;
             color: #000000;
            }

a:visited   {
             text-decoration: none;
             color: #008000;
            }

a:hover     {
             text-decoration: none;
             color: #0000FF;
            }

a:active    {
             text-decoration: none;
             color: #FFFF00;
            }

a           {
             text-decoration: none;
             color: #000000;
            }

b           {
             color: #000000;
             font-size: 16px;
             font-weight: bold;
             font-family: Arial, Helvetica, sans-serif;
            }

body        {
             color: #000000;
             font-size: 16px;
             font-family: Arial, Helvetica, sans-serif;
             margin-left: 10%; 
             margin-right: 10%;
            }

p           {
             color: #000000;
             font-size: 16px;
             font-family: Arial, Helvetica, sans-serif;
             width: 650px;
            }

.cell-1     {
             width:120px;            
            }

.cell-2     {
             width:210px;
            }

.cell-3     {
             width:110px;
            }

.cell-4     {
             width:150px;
            }

/* end */