/* W. L. Solutions - https://www.wlsolutions.co.uk - TEXT-CSS Stylesheet */

@font-face     {
                 font-family: 'Computer';
                 src: url('../fonts/Computer.woff2') format('woff2'),
                 url('../fonts/Computer.woff') format('woff');
                 font-weight: normal;
                 font-style: normal;
                 font-display: swap;
}
body           {
                 width: 100%;
                 min-width: 970px;
                 background-color: #000000;               
                 background-image: url("background.gif");
                 font-family: 'Computer';
                 color: #FF00FF;
}
table          {
                 width: 90%;
                 border-collapse: collapse;
                 border-spacing: 0;
                 text-indent: 0;
                 text-align: center;
                 margin: 0 auto;
}
th, td         {
                 padding: 0;
}
.left_right    {
                 width: 20%;
}
.middle        {
                 width: 60%;
}
a              {
                 color: #FF91C8; 
}
a:visited      {
                 color:#b2868e;
}
a:hover, a:active {
	         color: #FF00FF;
}
.text_style_1  {
	         font-size: 90px;
                 text-align: center;
}
.text_style_2  {
	         font-size: 32px;
                 text-align: center;
}
.text_style_3  {
	         font-size: 20px;
                 text-align: center;
}
.links         {
	         font-size: 24px;
                 text-align: center;
                 vertical-align: bottom;
}
.top_image     {
                 width: 500px;         
                 height: 150px;
                 padding-top: 30px;
}
.lily          {
                 width: 150px;
                 height: 150px;
                 padding-top: 30px; 
}
.internet_1    {
                 width: 117px;
                 height: 128px;
}
.banner        {
                 width: 500px;
                 height: 70px;
}
.internet_2_3  {
                 width: 117px; 
                 height: 128px;
}
.logo          {
                 width: 110px;
                 height: 110px;
}
.share-button, .share-button:visited {
                 display: inline-block;
                 text-decoration: none;
                 border: none;
                 padding: 2px 10px;
                 outline: 1.5px solid #FF91C8;
                 text-align: center;
                 font-size: 18px;
                 font-weight: bold;
                 color: #FF91C8;
                 background-color: #FF00FF;
                 margin: 0 3px;
}
.share-button:hover, .share-button:active {
                 text-decoration: underline;
                 outline:  1.5px solid #FF00FF;
                 color: #FF00FF;
                 background-color: #FF91C8;
}