@charset "utf-8";
/* CSS Document */

h1	{
	color: #666666;
	font-style: normal;
	font-size: xx-large;
	font-family: monospace;
	text-align: center;
	text-decoration: blink;
}
	
h2	{
	color: #666666;
	font-style: normal;
	font-size: x-large;
	font-family: monospace
}
						
.container {
	height: 100%;
	width: 1200px;
	border: thin none #666;
	vertical-align: centre;
	background-position: center center;
	margin: 20px;
	padding: 20px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	position: relative;
	text-align: right;
}
.container1 {
	height: 100%;
	width: 100%;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 100% 100%;
	opacity: 20%;
}

#logo {
	font-family: monospace;
	font-size: 16px;
	text-align: center;
	font-style: normal;
}
#socialmedia {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.homecontact {
	margin: 15px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #666;
	border-bottom-color: #666;
	font-family: monospace;
	font-size: 16;
	font-style: normal;
	text-decoration: underline;
}
.content {
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #666;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #666;
	background-repeat: repeat;
	list-style-position: inside;
	font-family: monospace;
	font-size: 16px;
}
#footer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-family: monospace;
	font-size: large;
	font-style: normal;
}
#margin1 {
	margin: 15px;
}
