

body {
    background-color : #000000;
    color : #ffffff;
    cursor : default;
    font-family : 'Adobe Sans MM','Adobe Helvetica',sans-serif;
    font-size : 12pt;
    list-style-type : square;
    speak : normal;
    speak-header : once;
    text-align : left;
    text-decoration : none;
    text-transform : none;
    visibility : visible;
    volume : medium;
  }


h1 {
    font-size : 26pt;
    font-weight : bold;
    text-align : center;
    text-transform : capitalize;
  }


h2 {
    font-size : 18pt;
    font-weight : bold;
    text-align : center;
    text-transform : capitalize;
  }


a:link {
    background-color : inherit;
    color : #00e0e0;
    text-decoration : underline;
  }


a:visited {
    background-color : inherit;
    color : #00c0c0;
    text-decoration : underline;
  }


a:active {
    background-color : inherit;
    color : #ff0000;
    text-decoration : none;
  }


a:hover {
    background-color : inherit;
    color : #b00000;
    text-decoration : none;
  }


.error {
    background-color : inherit;
    color : #ff0000;
    font-weight : bold;
  }


.nav {
    font-size : 16px;
    font-weight : bold;
  }


.indent {
    margin-left: 2.5em;
  }


.W3valid {
    width : 88px;
    height : 31px;
    display : inline;
    border : 0;
  }


#W3block {
    position : relative;
    bottom : 0%;
  }


#card {
    height : 2in;
    width : 3.5in;
    display : block;
    margin-left : auto;
    margin-right : auto;
  }

/****************************************************\
|* Beautiful guide from which I stole some of this: *|
|* http://alistapart.com/articles/practicalcss/     *|
\****************************************************/






div.spacer {
    clear: both;
  }


div.row {
    clear: both;
  }


div.row span.what {
    float: left;
    text-align: left;
  }


div.row span.when {
    float: right;
    text-align: right;
  }

/************************************\
|* End of shiney stolen material... *|
\************************************/