/* CSS for Homepage */

body
{
     background-color: Black;
		 background-image: url("Aqua.jpg");
		 background-repeat: no-repeat;
		 backgorund-position: center;
		 background-size: cover;
		  color: #000000;
			font-size: 18px;
      margin: 100px 50px 20px 50px;
			 cursor: url(Whitesoxcur.png), auto; 
}

h1
{
    background-color: #66ffcc;
			border: 10px double #000000;  /*double, dotted, dashed*/
			font-size: 60px;
			font-weight: bold;
			taxt-align: center; /*left, center, right*/
			width: 600px;
			color: 000000;
		
		text-shadow: 2px 2px #cccccc; 
		/*first number left/right, second number up/down*/
}

a:link
{
      color:  #000099;
}

a:active
{
     color:#66ff33;
}

a:visted
{
    color: #ffffff;
		text-decoration: none;
}

a:hover
{
     color: #d909d9;
		 font-size: 28px;
}

.green
{
  		background-color: #28a2fb;
			border: 10px double #1f58c2;
			color: #d5fbca;
			font-size: 24px;
			font-style: italic;
			font-weight: bold;
			padding: 20px 10px 10px 10px;
			taxt-align: center; /*left, center, right*/
			width: 600px;
}

