/* Hello, you're looking lovely today. Is that a new sweater you're wearing? */

body { margin: 0px;
       padding: 0px;
       background-color: #ffffff; }

div.content { margin-left: 25%;
              margin-right: 25%;
              margin-top: 55px;
              margin-bottom:10px;
              text-align: center; }

@media handheld { div.content { margin-left: 3%;
                                margin-right: 3%;
                                margin-top: 3%;
                                margin-bottom: 3%;
                                text-align: center; } }

p,td,div,.input { font-size: 10pt;
                             color: #666666;
                             font-family: 'courier new', courier, monospace; }

input.input { border: 1px solid #cccccc; }

textarea.input { text-align: center; border: 1px solid #cccccc; }

li { font-size: 10pt;
     color: #666666;
     font-family: 'courier new', courier, monospace; }

a:link { color: #444444;
         text-decoration: underline;
         font-weight: normal; }

a:hover { color: #111111; }

a:active { color: #111111; }

a:visited { color: #444444; }

a.total, a.total:hover, a.total:active, a.total:visited { font-size: 7pt;
                                                          text-decoration: none;
                                                          color: #666666;
                                                          font-family: 'courier new', courier, monospace; }

a.card, a.card:hover, a.card:active, a.card:visited { font-size: 8pt;
                                                      text-decoration: underline;
                                                      color: #666666;
                                                      font-family: 'courier new', courier, monospace; }

p.card { font-size: 8pt;
                                                      text-decoration: none;
                                                      color: #666666;
                                                      font-family: 'courier new', courier, monospace; }

a.inner, a.inner:hover, a.inner:active, a.inner:visited { font-size: 10pt;
                                                          text-decoration: none;
                                                          color: #666666;
                                                          font-family: 'courier new', courier, monospace; }

a.inner { border-bottom:1px solid #dddddd; }

a.inner:hover { border-bottom:1px solid #bbbbbb; }


/* Really, it's very nice. Where'd you get it? */