/*CSS for Homepage*/

body
{
		background-color: azure;
		background-image: url('webpagebg3.jfif');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		color: #000066;
		font-size: 18px;
		margin: 100px 50px 20px 50px;

}

h1 
{
		color: #000066;
		font-size: 50px;
		background-color: azure;
		border: 1px solid azure; - /*double, dotted, dasher*/
		outline: 0px dotted #000000;
		text-shadow: 2px 2px #cccccc; /*first number left, right, second number up/down*/
		width: 14em;
}

a:link
{
			color: #000099;
}

a:active
{
			color: #4682B4;
}

a:visited
{
			color: #000000;
			text-decoration: none;
}

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

.green
{
			background-color: #F0FFFF;
			border: 10px double #000066;
			color: #000066;
			font-size: 24px;
			font-style: italic;
			font-weight: bold;
			padding: 20px 10px 20px 10px;
			text-align: center; /* left, center, right */
			width:650px;
}