@charset "utf-8";
/*
CSS Document
Author: Kyle Reddoch
Author URL: http://www.kylereddoch.com
*/

a, a:visited {
	font-family:inherit;
	font-size:inherit;
	color:#555;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	font-family:inherit;
	font-size:inherit;
	color:#555;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

strong, b {
	font-weight:bold;
	color:#ee6a56;
}

p {
	font-family:Tahoma;
	font-size:13px;
	color:#555;
	padding:0;
	margin:0 0 10px 0;
	line-height:25px;
}

p.credits {
	font-family:Tahoma;
	font-size:11px;
	color:#555;
	padding:0;
	margin:0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Tahoma;
	padding:0;
	margin:0 0 20px 0;
}

h1 {
	font-size:15px;
	color:#555;
}

h1.print {
	font-size:24px;
	color:#d5c3cf;
	margin:15px 0 0 15px;
	font-weight:lighter;

}

h1.eccomerce {
	font-size:24px;
	color:#d9e3c2;
	margin:15px 0 0 15px;
	font-weight:lighter;
}

h1.logos {
	font-size:24px;
	color:#c6d6e3;
	margin:15px 0 0 15px;
	font-weight:lighter;
}

h1.webflash {
	font-size:24px;
	color:#ffe6af;
	margin:15px 0 0 15px;
	font-weight:lighter;
}

h1.contactstory {
	font-size:24px;
	color:#fbdad5;
	margin:15px 0 0 15px;
	font-weight:lighter;
}

h2 {
	font-size:15px;
	color:#ee6a56;
}
