

.container{
	background-color: darkseagreen;
	width: 80%;
	height: 1000px;
	margin-left: 10%;
	float: left;
}

.spicyLogo{
	float: left;
	clear: left;
	
}


.spicyText{
	width: 70%;
	min-height: 128px;
	min-width: 384px;
	float: left;
	font-family: sans-serif;
	font-size: 100px;
	padding-left: 50px;
	
}


.header{
	background-color: lightgreen;
	width: 90%;
	height: 100px;
	float: left;
	clear: both;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 20px;

}


.menuOption{
	background-color: darkgreen;
	width: 20%;
	height: 90px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2.5%;
	margin-right: 2.5%; 
	float: left;
	border-radius: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 90px;

}


.textarea{
	background-color: lightgreen;
	width: 70%;
	margin-left: 11%;
	padding: 2%;

	height: 600px;
	float: center;
	clear: left;
	margin-top: 20px;

}

#solitaire{
	width: 70%;
	margin-left:15%; 

}




/*http://www.w3schools.com/cssref/tryit.asp?filename=trycss_text-indent*/
/*I found this online and it should tab text in paragraphs automaticlly   */


/*fooo*/


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: blue;
}


a:active {
    text-decoration: underline;
}

a:hover {
color: white;
}

p {
padding: 1.8; 
text-indent: 30px;
}


h1 {
text-align:center;
font-size: 24pt;
}