/*
 *   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:12px;');
document.write(' margin-left:15%;');
document.write(' margin-right:15%;');
document.write(' border:3px groove #006600;');
document.write(' padding:15px;');
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>');
