/**********************************************************************
* Stylesheet for Evan's Little Corner of the 'Net
**********************************************************************/ 

/* Link Code */
A.links:hover{color: #446644; background: #eeffee; text-decoration:none}
A	{text-decoration:none; font-weight:bold; color: darkblue }
A:hover	{color: #446644; text-decoration:underline}

/* Body */
BODY { text-decoration: none; font-family: sans-serif; color: #000000;
       scrollbar-face-color: #bbbbdd; scrollbar-shadow-color: #ddddff;
       scrollbar-highlight-color: #eeffee; scrollbar-3dlight-color: #bbbbdd; 
       scrollbar-darkshadow-color: #eeffee; scrollbar-track-color: #bbbbdd; 
       scrollbar-arrow-color: #ddddff;
       background: #ccccdd; }

/* Cell Background */
TD.main { background: #ddddff; 
          border-style: groove;
          border-width: thin; }
TABLE.main-inner { margin: 1%; }
TD.sidebar { background: #bbbbdd;
             font-family: "Monotype Corsiva", sans-serif;
             letter-spacing: 0px; }
TD.contact { background: #e1fff0; border: #777777 solid 1px; }
TD.posting-header { background: #bbbbbb; border: #777777 solid 1px; }
TD.posting { background: #eeeeaa }
TD.posting-header TD.date { font-size: small;
                            font-weight: normal;
                            font-style: italic; }
TD.posting-header TD.title { padding-left: 20px; font-size: normal; }
.friends { background: #191224; }
TD.friends-person { color: white; text-align: right; width: 100%;}
TD.friends-person A { font-weight: normal; color: white }
TD.friends-person A:hover { font-weight: normal;
                            text-decoration: none; }
TD.friends-picture { text-align: center; width: 80px; }

/* Rule Line */
HR { color: #000000; size: 1; }

/* Misc Classes */
.modification-stamp { font-size: xx-small; font-weight: normal; }
