@charset "UTF-8";
/* CSS Document */

/*-------------------------------------GLOBALS-------------------------------------*/

body {
	background-color:#333;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	margin:24px 10% 24px 10%;
}
a {
	color:#ccc;
	text-decoration: underline;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
a:visited {
	color: #ccc;
	text-decoration: underline;
}
a:visited:hover {
	color: #f90;
	text-decoration: underline;
}
p {
	font-size:13px;
	line-height:150%;
	margin:4px 12px 6px 45px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#CCC;
	letter-spacing:.3em;
	margin:2em 0 1em 0;
}
h2 {
	font-size:19px;
	margin-top:48px;
	margin-left:30px;
	color:#CCC;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin:12px 0 0 0;
	color:#CCC;
	margin-left:45px;
}
.pix {
	width:200px;
	height:150px;
	float:left;
	margin:12px 14px 12px 0;
	clear:both;
}
.content {
	margin:0 10% 0 10%;
}

