/**********************************************************
Base styles - These styles are applied even for browsers
that do not support web standards.  Basically all it does
is style the text.
**********************************************************/

body {
font-family: Arial, Helvetica, sans-serif;
}
table, input, select, textarea, p, ul, ol {
font-size: 1em;
}
form {
padding: 0;
margin: 0;
}