@charset "utf-8";
/* CSS Document For Cory Grant Cooncrete */

a{
	color: #333333;
}
a:link{
	color: #333333;
	text-decoration: none;
}
a:visited{
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin-bottom: 5px;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	padding-bottom: 3px;
}


