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

a{
	color: #0081c7;
}
a:link{
	color: #0081c7;
	text-decoration: none;
}
a:visited{
	color: #0081c7;
	text-decoration: none;
}
a:hover {
	color: #ed1c24;
	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: #0081c7;
	margin-bottom: 5px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Tahoma;
}
h1 {
	font-size: 26px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-style:italic;
}
h2{ 
font-size: 18px;
}

.pic2 {
    border: 8px solid #333333;
    display: inline;
    margin: 0 10px 10px;
    padding: 1px;
}


