<html>

<head>
<title>StyleSheet</Title>
</head>

<style type="text/css">
.main { position:absolute; top:100px; left:125px}
#main { position:absolute; top:150px; left:125px}
#menu { position:absolute; top:0px; left:0px; <pre> Menu </pre>}
#parent { width:"180" }
#and    { width:"20"  }

.boyclass { background-color:#f0f0ff }
.girlclass { background-color:#fff0f0 }
td {text-align:center}
</style>



<body>
</body>
</html>