
body {color: #666666; font-family: Arial; font-size: 11px;}

/* text */
p {font-size: 14px; line-height: 22px; margin: 0px 0px 10px 0px; padding: 0px;}
ul {list-style: none; margin: 0px 0px 10px 20px; padding: 0px;}
li {font-size: 14px; line-height: 22px;}

/* titles */
h1, h2, h3 {
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: 1em; 
	color: #777777;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

/* titles */
h1 {font-size: 26px;}
h2 {font-size: 22px;}
h3 {
	color: #cfcfcf;
	font-size: 22px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 3px solid #cfcfcf;
}

/* colors */
a {color: #000000;}
a:hover {color: #333333;}

/* spacing */
.s {padding: 0px; margin: 0px 0px 20px 0px;}
.bs {margin-bottom: 14px;}
.ns {margin-bottom: 0px;}

img {border: 0px;}

