body { 
   direction: rtl;
   background-color: transparent;
   background-attachment: fixed;
   background-position: right;
   font-family: verdana;
   font-size= 11px;
   color=#cc99ff;
   cursor=crosshair;
   scrollbar-arrow-color: cc99ff;
   scrollbar-track-color: ffffff;
   scrollbar-face-color: ffffff;
   scrollbar-highlight-color: cc99ff;
   scrollbar-3dlight-color: ffffff;
   scrollbar-darkshadow-color: ffffff;
   scrollbar-shadow-color: cc99ff;
   overflow: auto;
}

A {
   font-family: verdana;
   font-size= 11px;
   font-style: italic;
   font-weight: normal;
   color: #cc99ff;
   text-decoration: none;
   cursor: help;
}

A:visited {
   font-family: verdana;
   font-size: 11px;
   font-style: italic;
   font-weight: normal;
   color: #cc99ff;
   text-decoration: none;
}

A:hover {
   font-family: verdana;
   font-size: 11px;
   font-style: italic;
   font-weight: normal;
   color: #cc99ff;
   cursor: help;
   text-decoration: none;
}

A:active {
   font-family: verdana;
   font-size: 11px;
   font-style: italic;
   font-weight: normal;
   color: #cc99ff;
   text-decoration: line-through;
}

#beautiful {
   cell-padding: 1px;
   font-family: verdana;
   font-size: 11px;
   font-style: bold;
   border-color: cc99ff;
   color: cc99ff;
   align: center;
}