﻿
body { margin-top:80px; 
       background-color:lavenderblush; }

.table {border-color: rosybrown; border-style: solid;
        height: 400px;
        width: 600px;
        background: snow; }
.topcell {border-bottom: 2px solid rosybrown;}

       
a:link {font-family:courier new; 
        font-size:12pt; color:floralwhite; 
        font-weight:bold; 
        text-decoration:none; }

a:visited {font-family:courier new; 
           font-size:12pt; color:floralwhite;
           font-weight:bold; 
           text-decoration:none; }

a:hover {font-family:courier new; 
         font-size:12pt; color:peachpuff; 
         font-weight:bold; 
         text-decoration:none; }

.para1 {font-family:courier new; 
        font-size:10pt; text-align:left; 
        color:rosybrown; 
        text-decoration:none; }

.para2 {font-family:courier new; 
        font-size:12pt; text-align:left; 
        color:rosybrown; 
        text-decoration:underline; }

.para3 {font-family:courier new; 
        font-size:12pt; text-align:center; 
        color:rosybrown; 
        text-decoration:none; }

.para4 {font-family:courier new; 
        font-size:12pt; text-align:center; 
        color:snow; 
        text-decoration:none; }

.para5 {font-family:courier new; 
        font-size:10pt; text-align:center; 
        color:rosybrown; 
        text-decoration:none; }





