Styles For All Views
/* This is a style sheet comment in a style sheet. Other than that, it is the same as the contents of the <style> </style> section from the previous example. */ body { background-color: #EEFFEE; color: #000022; margin-left: 25pt; margin-right: 25pt; } h1 { font-family: arial; font-size: 18pt; font-weight: bolder; text-align: center; } h2 { font-family: arial; font-size: 16pt; font-weight: normal; font-variant: small-caps; text-align: center; } div, form * { text-align: center; } div { margin-top: 0.6em; } a.reg { padding-right: 2em; } input[type="text"], input[type="password"] { padding-left: 0.3em; padding-right: 0.5em; text-align: left; } div.err { color: red; }