/*
	WeBreakStuff CSS v1.2 (colorful edition)

	Glad you took the time to look under the hood.
	Use this CSS to guide you into using stylesheets
	to modify the look of your site. Please don't 
	blatantly steal everything without my permission,
	though. Thanks, and have fun!

	Contact: fred at webreakstuff.com
*/

@import url(sections.css);


body {
	background: #ddd;
	color: #222;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}

h1 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	color: #333;
}

img {
	border: 0px;
}

a, a:visited {
	color: #00CC33;
	text-decoration: none;
}

a:hover {
	color: #BBEAB3;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 17px;
}

ul {
	list-style: disc url(../img/bullet.gif);
	margin: 25;
	margin-top: 5px;
	list-style-position: outside;
}


/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* highlights */

.highlight {
	background: #fff000;
	padding: 1px;
	color: #222;
}

.highlight2 {
	background: #fffccc;
	padding: 1px;
}
