/*

 www.andromaeda.net v.2
 style sheet created for:
 My main page layout

 to use, place this within the HEAD tag:
   <link rel=stylesheet href=donna.css type=text/css>

 */

/* pages with no background image */
BODY { background-color:#FEF7EB; color: #F7BC5B; font-family: verdana; font-size: 11px;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #F7BC5B;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #F7BC5B;
scrollbar-arrow-color: #F7BC5B;
scrollbar-track-color: #FEF7EB;
Filter: DropShadow(Color=#000000,OffX=1,OffY=1,positive=1) }

TD,P { color: #F7BC5B; font-family: verdana; font-size: 11px; text-align: justify }

/* textarea */
textarea { background: #FEF7EB; color: #000000; border-color: #F7BC5B; font-family: verdana; font-size: 10px; border-width: 1px } 

/* left text */
.left { font-family: verdana; text-align: left }

/* justified text */
.justify { font-family: verdana; text-align: justify }

/* crossout or censor */
.slash { text-decoration: line-through }

/* any button */
.post { background-color: #FFFFFF; border: double #FEF7EB; color: #F7BC5B; font-family: verdana; font-size: 11px }

/* input boxes */
input { background: #ffffff; color: #000000; border-color: #FEF7EB; font-family: verdana; cursor:help; font-size: 10px; border-width: 1px }

/* selection boxes */
option { background: #ffffff; color: #000000; border-color: #FEF7EB; font-family: verdana; cursor: help; font-size: 10px; border-width: 1px }

select { background: #ffffff; color: #000000; border-color: #FEF7EB; font-family: verdana; font-size: 10px; border-width: 1px }


/* the links */
A:link	{color: "#F7BC5B"; font-weight:normal; text-decoration:none; cursor:e-resize; Filter:DropShadow(Color=#000000, OffX=1, OffY=1, positive=1)}
A:visited   {color: "#F7BC5B"; font-weight:normal; text-decoration:none; cursor:e-resize; Filter:DropShadow(Color=#000000, OffX=1, OffY=1, positive=1)}
A:hover   {color: "#F7BC5B"; font-weight:normal; text-decoration:none; cursor:e-resize; Filter:DropShadow(Color=#000000, OffX=1, OffY=1, positive=1)}
