body {  
	   
      background-color: #1C1347;	
}

.subpage {  
	   
      overflow:auto;
      height:100%;
      width:100%;
      padding:5px;
      scrollbar-face-color: #D5C7F3; 
      scrollbar-highlight-color: #1C1347; 
      scrollbar-shadow-color: #EAE0FE; 
      scrollbar-arrow-color: #1C1347; 
      scrollbar-track-color: #EAE0FE; 

}


p {

font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FDFDFE;
	text-decoration: none;
}

h1 {

font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E8D3F9;
	text-decoration: none;
}

h2 {

font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FDFDFE;
	text-decoration: none;
}

h3 {

font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E8D3F9;
	text-decoration: none;
}

.bold {
	font-weight:bold;
}

.selectedLink a {

      color:#EAE0FE;
      text-decoration:underline; 
      cursor:text; 
      font-weight:bold;
}

a { 
      color:#D5C7F3; 
      text-decoration:none; 
      cursor:hand;
      font-size: 12px;
      font-family: verdana, Arial, Helvetica, sans-serif; 
}


a:hover { color: #F6F3FD; }

ul { 

      list-style-type:none; 
}

.ListLink { 
                
      color:#EAE0FE; 
      font-size: 12px;
      font-family: verdana, Arial, Helvetica, sans-serif; 
      font-weight:bold;  
      text-decoration:underline; 
      
}

.ListComment { 

      color:#E5E6EB; 
      font-size: 11px;
      font-family: verdana, Arial, Helvetica, sans-serif; 
}

.ListLine { 
      
      color:#15043A;
 
              }

.ListBody {

	border-width:4px;
	border-color:#D5C7F3;
	border-style:ridge;
	background-color:#15043A;
}

UL {
	margin-left:20px
}



