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

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

a:link {color:#0000ff; text-decoration:none;}      /* unvisited link */
a:visited {color:#0000ff; text-decoration:none;}  /* visited link */
a:hover {color:#0000FF; text-decoration:underline;}  /* mouse over link */
a:active {color:#AAAAFF; text-decoration:none;}  /* selected link */ 
a.home {font-size:18px;}

BODY { background-image: url(http://www.wrightfamily.com.au/tile.jpg); color:#0000ff; text-align:center; font-size:16px;}

/* thead {text-align:centre}
tbody {text-align:right; text-decoration:underline;}
/* a.row {text-align:right} */
/* a.row {text-decoration:underline} */

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



