body {color: navy; background:#FFFFCC ;
    font-family: garamond, arial, sans-serif;
    font-size: medium;
    margin-right: 125px;
}
li {font-weight: normal; 
    text-align: left; 
}
h1 { font-weight: bolder; 
    text-align: center;
}

blockquote {
  border-style: groove;
  border-color: #0033FF;
  font-style: italic;
  font-size: medium;
  font-family: arial;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;

}

table {
  border-width: thin;
  border-color: #0033FF;
  border-style: solid;
  background: #CCCCCC;
  border-right-width: 3px;
  border-left-width: 3px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  
}

td {font-weight: bolder; 
  text-align: center;
  border-width: thin;
  border-style: solid;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-color: #0033FF;
  border-left-style: groove;
  border-right-color: #0033FF;
  border-right-style: groove;
  background: silver;
}

td.plain {font-weight: bolder; 
  text-align: center;
  border-width: thin;
}

th {font-weight: bolder; 
  text-align: center;
}

/* crimson is #DC143C 
 orange red is #FF4500 */
a:link { color: #C80008; 
  text-decoration: none; 
}
/* indian red is #CD5C5C */
a:visited { color: #CD5C5C; 
  text-decoration: none; 
} 
a:hover { color: red; 
  text-decoration: underline;
} 

