/*CSS for Homepage*/
	
	body
	{
	background-color: Red;
	/*background-image:url();
	background-repeat
	background-position
	background-size: cover;*/
	color: #F0FFFF;
	font-size:18x;
margin: 100px 50px  25px 50px;
	}
	
	h1 
	{
	color: white;
	font size: 50px;
	background-color: #9933ff;
	border: 2px solid white; /*double. dotted, dashed*/
	outline: 2px dotted #d909d9;
	text-shadow: -2px 2px #cccccc; /* first number Left/right, second number up/down*/
	}
	
	a:link
	{
	color: #000099;
}
	
	a:active
	{
	color: #66ff33;
	}
	
	a:visited
	{
	color: #ffffff;
	text-decoration: none;
	}

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

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