/*
 *   Custom CSS Styling
 */

document.write('<title>Erica Sadun. iPhone. iPod touch. and More.</title>');
document.write('<BODY LINK="770000" VLINK="770000">');

document.write('<style>');
document.write('html {background-color:#eeeeee}');

document.write('body {');
document.write(' background-color:#FFFFFF;');
document.write(' font-family:Tahoma,Arial,Helvetica,sans-serif;');
document.write(' font-size:16px;');
document.write(' padding:5px;');
document.write(' }');

document.write('h1 {');
document.write(' text-align:left;');
document.write(' font-size:1.5em;');
document.write(' font-weight:bold');
document.write(' }');

document.write('</style>');
