body {	background-image: url(RPBack.gif); 
	background-position: 25% 0%;
	background-repeat: no-repeat;
	background-color: rgb(255, 255, 255);
	color: rgb(98, 0, 130);
	background-attachment: fixed;
	scrollbar-base-color: rgb(255, 255, 255);
	scrollbar-track-color: rgb(255, 255, 255);
	scrollbar-face-color: rgb(157, 0, 209);
	scrollbar-highlight-color: rgb(0, 111, 255);
	scrollbar-3dlight-color: rgb(0, 136, 255);
	scrollbar-darkshadow-color: rgb(0, 0, 143);
	scrollbar-shadow-color: rgb(0, 52, 143);
	scrollbar-arrow-color: rgb(0, 0, 0)
	}

div.Menu {float: left;
	 width: 185px;	
	 border-style: outset;
	 border-width: 2px;
	 border-color: rgb(0, 0, 0);
	 padding: 4px; 
	 margin-right: 5px;
	 background-color: rgb(122, 0, 163);
	 color: rgb(255, 255, 255);
	 height: 600px;
	 background-image: url(MenuBackRP.jpg);
	 clear: left;
	 } 

div.Main {float: right;
	 width: 75%;
	 border-style: solid;
	 border-width: 2px;
  	 border-color: rgb(117, 0, 209);
	 padding: 4px;
         background-color: rgb(254, 244, 255);
	 }

div.WeeklyLinks {float: right;
	 	 width: 75%;
		 border-style: solid;
		 border-width: 2px;
		 border-color: rgb(157, 0, 209);
		 padding: 4px;
		 margin-bottom: 4px;
		 }
div.Welcome {float: right;
	     width: 75%;
 	     font-size: x-large;
	     margin-bottom: 5px;
	     font-weight: bold;
	    }

div.Title {margin-top: 0px;
	  margin-left: 0px;
	  padding: 0px;
	  width: 100%;
	  height: 125px;
	  float: left;
	  }

div.Line {float: right;
          width: 75%;
          padding: 3px;
         }

div.Counter {float: left;
	    width: 185px;
	    padding: 3px;
            text-align: center;
	    font-weight: bold;
	    clear: left;
	    font-variant: small-caps;
	    }

div.CharName {float: right;
	        width: 75%;
                            padding: 4px;
                           border-style: dotted;
	         border-width: 2px;
                            border-color: rgb(157, 0, 209);
                            font-size: x-large;
                            font-weight: bold;
                             font-variant: small-caps;
	          text-align: center;
                              }

div.CharStats  {float: right;
	 width: 75%;
	 border-style: solid;
	 border-width: 1px;
  	 border-color: rgb(157, 0, 209);
	 padding: 4px;
         background-color: rgb(254, 244, 255);
}

div.CharStats i{font-weight: bold;
	            color: rgb(150, 0, 200);
} 

div.LinkBack {float: right;
	      width: 100%;
	      padding: 2px;
              text-align: right;
	      }
	      
a:visited.List {color: rgb(255, 255, 255);
		text-decoration: none;
		}

a:hover.List {text-decoration: underline;}

a.List {color: rgb(255, 255, 255);
	text-decoration: none;
	}

a:visited {color: rgb(98, 0, 120);
	  text-decoration: none;
	  }

a {color: rgb(122, 0, 163);
  text-decoration: none;
  font-weight: bold;
  }

a:hover {text-decoration: underline}


