body, td, th, tr, table { text-align: justify;
                          color: #4C3442;
                          font-family: Tahoma;
						  font-size: 11px;
						  cursor: crosshair;
						  text-decoration: none;
						  scrollbar-face-color: #05050D;
                          scrollbar-highlight-color: #05050D;
                          scrollbar-3dlight-color: #CB3153;
                          scrollbar-darkshadow-color: #CB3153;
                          scrollbar-shadow-color: #05050D;
                          scrollbar-arrow-color: #CB3153;
                          scrollbar-track-color: #05050D;
						  }
						  
h1 {                      color: #CB3153;
                          font-weight:bold;
						  border-bottom: 2px dotted #CB3153;
						  text-align: left;
						  text-transform: uppercase;
						  font-size: 11px;
						  font-family: Georgia;
						  }
						  
body {                    background-image:   url(fairybg.jpg);
                          background-color: #05050D;
						  background-repeat: repeat-y;
						  }
						  
input, textarea, select { background-color: #7A6270; 
                          font-family: Tahoma;
                          font-size: 11px; 
						  color: #4C3442; 
						  border: 1px solid #AA8F9E;
						  }
						  
a {                        color: #000000;
						   font-family: Tahoma;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: default;
						   font-weight: bold;
						   }
						   
a:hover {                  color: #000000;
						   font-family: Tahoma;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: default;
						   font-weight: bold;
						   filter: blur(color=#000000 strenght=1);
						   height: 0;
						   }
						  
p {                       padding-right: 2px;
                          padding-left: 2px;
						  }
