/* SBMUG's iPhone style sheet   ref: "Optimizing Web Applications and Content for iPhone"   <http://developer.apple.com/iphone/designingcontent.html> */P, DIV, LI, TABLE, TR, TD {font-family:Verdana, "Lucida Grande", Helvetica; line-height:1.5em; color:#505050; }/* recommended by Apple, but doesn't validate: */TABLE {-webkit-text-size-adjust:auto; }#page {padding:0px 6px 0px 6px; } /* width of page in window */#page, .pageLayout {width:620px; }TD.column1 {width:160px; }TD.column2 {width:435px; }	H1, .headingPlus3, H2, H3 {font-family:"Geeza Pro", "Trebuchet MS", Helvetica; }H1, .headingPlus3, .headingPlus2, .headingPlus1 {color:#2971A7; }   .caption {font-family:Helvetica; font-size:91.7%; }   .caption9 {font-family:Helvetica; font-size:75%; }/* format for IMG ALT text */IMG[alt] {font-family:Helvetica; font-size:10px; color:black; }A:link, .linkColor {color:#2971A7; }A:visited, .vlinkColor {color:CornflowerBlue; }A:active {color:#FF3333; }/* Drop capitals for iPhone: height 27 pixels (font size 37 pixels), 2 lines, line height 18 pixels.   Based on an idea by Stu Nichols <http://www.cssplay.co.uk/menu/dropcap.html> *//* .dropCap {font-size:309%; font-weight:normal; float:left; height:.8em; line-height:.9em; margin-top:.06em; margin-right:1px; margin-bottom:0px; } */ /* height & line height 27 px or .76 em */   .dropCap {font-size:309%; font-weight:normal; float:left; height:.8em; line-height:.9em; margin-top:0em; margin-right:1px; margin-bottom:0px; } /* height & line height 27 px or .76 em */
