/* CVSMobileCSS.txt copyright @2011, Cimarron Valley Solutions, LLC */ BODY { margin: 1em; font-family: sans-serif; line-height: 1.1; font-size: 1em; background: white; color: black; } INPUT { font-size: 1em } SELECT { font-size: 1em } H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em } H5, H6 { margin-top: 1em } H1, H2, H4, H6 { font-weight: bold } H3, H5 { font-style: italic } H1 { font-size: xx-large } H2 { font-size: x-large } H3 { font-size: large } A:link { color: blue } /* unvisited link */ A:visited { color: purple } /* visited links */ A:active { color: purple } /* active links */ A:hover { color: red }