ÿþ<html> <head> <title>Teacher Contact Information</title> <link rel="stylesheet" type="text/css" href="contactstyle.css"> </head> <body bgcolor="#ff9900"> <p><center><img src="img/logo.gif" border=0 name="logo" onmouseover="document.logo.src='img/logo1.gif'" onmouseout="document.logo.src='img/logo.gif'"></p> <table border=1 cellpadding=4><tr> <td><b>Teacher</b></td> <td><b>Classes</b></td> <td><b>Email</b></td> </tr> <tr> <td>Terri Belcher</td> <td>Life Planning, Personal Skills, Independent Living</td> <td><a href="mailto:tbelcher@scoca-k12.org">tbelcher@scoca-k12.org</a></td> </tr> <tr> <td>Tomie Lintner</td> <td>Parenting, Family Relations, Foods & Nutrition</td> <td><a href="mailto:tlintner@scoca-k12.org">tlintner@scoca-k12.org</a></td> </tr> </table> </body> </html>