A,a:link,a:visited
{
	color: #696969;
	text-decoration: none;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
a:hover
{
	color: black;
	font-weight: normal;
	font-size : 14px;
}
P
{
	color: #696969;
	text-decoration: none;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.footer
{
	color: #696969;
	text-decoration: none;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top: 60px;
}

.container {
	width: 800px;
	border-top: 1px solid #696969;
	margin-left: auto;
	margin-right: auto;
}
.home {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
}
body {
	margin-top: 200px;
}
a.blue:link,a.blue:visited {
	color: #2AA0CB;
	text-decoration: none;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a.blue:hover {
	color: #1F7EA0;
	text-decoration: none;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}