/**
 * @description	AmericanMuscle Web Style Guide
 * @version		v0.1
 * @author		Mike Cunningham, TJ Rowland
 * @lastupdated	2011-09-01
 */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

div {
	margin:0;
}

/*paragraph specific*/
p {
	font-size:12px;
	line-height:18px;
	color:#222222;
}

a, p a {
	/*do these apply to all links, or just those in p tags?*/
	color:#004c97;
	text-decoration:underline;
}

a:hover, a:active, p a:hover, p a:active {
	/*highlight color??*/
	text-decoration:none;
}

a:visited, p a:visited {
	color:#153350;
}

/*lists*/
li {font-size:12px;}

/*headings*/
h1 {
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
        font-size:20px;
        line-height:21px;
}

h2 {
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	line-height:21px;
	color:#757575;
	text-transform:uppercase;
}

h3 {
	font-weight:bold;
	font-style:italic;
	color:#000000;
	font-size:12px;
	line-height:14px;
}

h4 {
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	color:#ff8f1c;
	text-transform:uppercase;
}

/*text specific*/
.px20 {
	font-size:20px;
	line-height:21px;
}

.px16 {
	font-size:16px;
	line-height:18px;
}

.px13 {
	font-size:13px;
	line-height:15px;
}

.px12 {
	font-size:12px;
	line-height:14px;
}