html,body
{
   background-color: #234;
   padding:          20px;
   padding-bottom:   40px;
}

p.Info
{
   color:           #fff;
   text-decoration: none;
   text-align:      left;
   padding:         20px;
   margin:          20px;
   margin-top:      0px;
   margin-left:     20px;
}

a
{
   color:           #aaa;
   text-decoration: none;
}

a:hover
{
   color:           #fff;
   text-decoration: none;
}

a.Image
{
   color:           #000;
   border-width:    0px;
   border-style:    none;
   text-decoration: none;
   margin:          0px;
}

a.SpacedText
{
   color:           #aaa;
   border-width:    0px;
   border-style:    none;
   text-decoration: none;
   margin-left:     10px;
   margin-right:    10px;
}

a.SpacedText:hover
{
   color:           #fff;
   border-width:    0px;
   border-style:    none;
   text-decoration: underline;
   margin-left:     10px;
   margin-right:    10px;
}

div.HeaderLink
{
   display:               block;
   color:                 #fff;
   background-color:      #000;
   text-align:            center;
   width:                 300px;
   padding:               10px;
   padding-bottom:        0px;
   margin-left:           20px;
   -moz-border-radius-topleft:     25px;
   -moz-border-radius-topright:    25px;
   -webkit-border-radius-topleft:  25px;
   -webkit-border-radius-topright: 25px;
   -opera-border-radius-topleft:   25px;
   -opera-border-radius-topright:  25px;
}

div.IndexPanel
{
   display:               block;
   color:                 #fff;
   background-color:      #000;
   text-align:            center;
   width:                 90%;
   padding:               20px;
   margin:                20px;
   margin-top:            0px;
   margin-left:           20px;
   -moz-border-radius-topright:       25px;
   -moz-border-radius-bottomleft:     25px;
   -moz-border-radius-bottomright:    25px;
   -webkit-border-radius-topright:    25px;
   -webkit-border-radius-bottomleft:  25px;
   -webkit-border-radius-bottomright: 25px;
   -opera-border-radius-topright:     25px;
   -opera-border-radius-bottomleft:   25px;
   -opera-border-radius-bottomright:  25px;
}

img.Image
{
   color:                 #aaa;
   border-width:          4px;
   border-style:          solid;
   margin:                10px;
   -moz-border-radius:    5px;
   -webkit-border-radius: 5px;
   -opera-border-radius:  5px;
}

img.Image:hover
{
   color: #fff;
}
