body {
#     background-image:    url('http://www.elenzil.com/orion/images/bgspinnerjoy.jpg');
     background-position: center top;
     font-family:      arial,sans-serif;
     color:            white;
     }

a    {
     text-decoration:  none;
     font-weight:      bold;
     color:            #eee;
     border-style:     none;
     border-width:     1px;
     padding-left:     3px;
     padding-right:    3px;
     }
a:link {
     color:            #ddd;
     }
a:hover {
     border-style:     dashed;
     }

float {
     margin:           4px;
     }

float.left {
     float:            left;
     }

float.right {
     float:            right;
     }


