<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Main CSS</title>
<STYLE TYPE="text/css">

a:link {color:#0000ff;}      /* unvisited link */
a:visited {color:#0000ff;}  /* visited link */
a:hover {color:#0000FF;}  /* mouse over link */
a:active {color:#AAAAFF;}  /* selected link */ 
/* a.home {font-size=25px; text-align:right;} */

BODY { background-image: url(tile.jpg); color:#0000ff; text-align:center}
/* table {padding:3em; float:center;} */
thead {text-align:left; font-size:20px}
tbody {text-align:left;}
/* a.row {text-align:right} */


</STYLE>
</head>
</html>



