61,125
社区成员
发帖
与我相关
我的任务
分享
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR
/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>About the Local Writers Group</title>
<style type="text/css">
body
{font-family:Verdana, sans-serif;
color:black;
background-color:white;}
h1{color:navy;}
/*link colors*/
.nav a:link{ color:yellow;}
.nav a:visited{color:lime;}
/*link buttoms*/
.nav a:link,.nav a:visited
{ font:bold 12pt Verdana,sans-serif;
padding:0.5em;
margin:0.5em;
display:block;
text-decoration:none;
background: url("picture/button1.gif") transparent 50% 50% no-repeat;}
/*change the button on hover and focus*/
.nav a:hover,.nav a:focus
{ background-image:url("picture/button2.gif");
color:white;}
.nav a:visited:hover,.nav a:visited:hover
{ background-image:url("picture/button3.gif");
color:white;}
</style>
</head>
<body>
<table width="100%" border="0">
<tr><td valign="top" align="center" width="150">
<div class="nav">
<a href="/">Home</a>
<a href="about.html">About Us</a>
<a href="writers.html">Writers</a>
<a href="links.html">Links</a>
<a href="map.html">Map</a>
<a href="calendar.html">Calendar</a>
<a href="cantact.html">Contact</a>
</div>
</td><td valign="top">
<h1>About us</h1>
<p>The Local Writers Group is an informal group of
wtiters who meet <a href="calendar.html">every other
Wednesday evening</a> from 7:30 to 9:00,at the
bookstore near the mall.</p>
<p>If you'd like to attend,just stop by for the next
meeting, or <a href="contact.html">drop a note viae
mail</a> to one of our members.</p>
</td>
</tr>
</table>
</body>
</html>