/* ================================================== */
/* ==========        Otterax's Site        ========== */
/* ==========  Common Style for All Pages  ========== */
/* ================================================== */

/* Last modified 29 May 2009 */

/* Shorthand for the font rule:
   [<'font-style'> || <'font-variant'> || <'font-weight'>]?
    <'font-size'> [/ <'line-height'>]?
    <'font-family'>
*/

*           { margin: 0;   padding: 0; }

html        {background: #333;   color: #fff; text-align: center;}

body        {position: relative;
             width: 60%;  padding: 1em;   margin: 1em auto;
             font: 12px Verdana, Arial, sans-serif;
             text-align: left;
             background: #eee;   color: #000; }

ul          { list-style: none    inside; }
ol          { list-style: decimal inside; }
a           { outline: none;   text-decoration: none; }
a img       { border: none; }
img         { vertical-align: bottom; }
table       { border-collapse: collapse; }

h1          { font: 1.6em Georgia, "Times New Roman", serif;  margin: 0.6em auto;}
h2          { font-size: 1.1em}
h3          { font-size: 1.0em}
h4, h5, h6  { font-family: Arial, sans-serif;   font-size: 1.0em }

a           {font-style:  oblique}
a:link      {color: #000; text-decoration: none;}
a:visited   {color: #000; text-decoration: none;}
a:hover     {color: #000; text-decoration: underline;}
a:active    {color: #000; text-decoration: none;}

p           {margin: 1em auto}
li          {margin: 1em}
