/* CSS Document */

body { background-color: #A28FB7;
font-family: "Trebuchet MS", Arial, Helvetica; 
color: #EEECE3; 
font-size: 11px;
margin: 5px;
word-spacing: 5px;
scrollbar-face-color:#A28FB7;
scrollbar-highlight-color:#C2E0A1;
scrollbar-3dlight-color:#A28FB7;
scrollbar-darkshadow-color:#8E77A7;
scrollbar-shadow-color:#8E77A7;
scrollbar-arrow-color:#C2E0A1;
scrollbar-track-color:#A28FB7;}

a { 
          color: #EBC6C1; 
		   background-color: inherit;
		   font-weight: bolder;
          text-decoration: none}

a:hover { 
           color: #C2E0A1; 
		   background-color: inherit;
		   font-weight: bolder;
           text-decoration: none}
		   
.subject { 
position: static;
           font-family: Verdana, "Lucida Console", Arial, serif; 
           font-size: 14px; 
font-weight: bold;
           color: #C3D5DB;
		   text-decoration:underline;
		   background-color: inherit;
           padding: 5px 5px 5px 5px}
		   
.author { 
position: static;
           font-family: "Trebuchet MS", "Lucida Console", Arial, serif; 
           font-size: 11px; 
font-weight: bold;
           color: #EDE598;
		   letter-spacing: 3px;
		   background-color: inherit;
           padding: 5px 5px 5px 5px}