#container {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 85%;
	min-width: 800px;
	height: auto;
	min-height: 1000px;
	border-radius: 100px;
	background-color: darkseagreen;
	padding: 20px
	} /* Holds everything in my webpage, header,
	text body, links, everything*/

div {
	border-radius: 10px;
}

#header {
	height: auto;
	float: left;
	clear: both;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	background-color: lavender;
	padding: 10px
	} /* Header with all link tags */ 

.textarea {
	height: 85%;
	min-height: 500px;
	float: left;
	clear: both;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 20px;
	width: 80%;
	min-width: 600px;
	background-color: lavenderblush;
	color: black;
	padding: 10px;
} /* Where my main text goes */
 


.submenu { 
	height: auto;
	width: 150px;
	background-color: grey;
	float: left;
	clear: right;
	padding: 5px;
	color: white;
	margin-top: 5px
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px; }
	/* submenu link header */



.snap { 
	height: auto;
	width: 150px;
	background-color: lightyellow;
	float: left;
	clear: right;
	padding: 5px;
	color: white;
	margin-top: 5px
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px; }
	/* snapchat link header */


.instagram { 
	height: auto;
	width: 150px;
	background-color: lightblue;
	float: left;
	clear: right;
	padding: 5px;
	color: white;
	margin-top: 5px
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px; }
	/* instagram link header */

.paragraph {
	height: auto;
	width: 150px;
	background-color: lightseagreen;
	float: left;
	clear: right;
	padding: 5px;
	color: white;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 10pt;
} /* description styling */

.texthead {
	color: black;
	font-size: 15pt;
	font-weight: bold;
} 
/* Makes titles above text like soccer title styled */

.titlename {
	color: black;
	font-size: 30pt;
	text-align: center;
	padding: 10px;
	height: auto;
	width: 250px;
	background-color: white;
	float: left;
	clear: right;
	padding: 10px;
	margin-top: 5px
	margin-right: 5px;
	margin-left: 30%;
	margin-bottom: 5px;
	 
}
	
/* Title at top of blog */

.xcpstyle {
	font-size: 12.5pt;
} 
  /* Style for cross-country text */

.bolddate {
	font-weight: bold;
}
 /* All dates are bold*/























