@charset "utf-8";
body {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	background-color: #bbbbbb;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	overflow: none;
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	
}
h1 {
	color: #000000;
	font-weight: normal;
	font-size: 2em;
}
p {
	font-size: 1.1em;
	line-height: 1.4em;
}
.redText {
	color: #990000;
}
p.bold {
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
}
p.cool {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
}
p.twitter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
}
.intro {
	width: 450px;
	margin-left: 200px;
	margin-top: 100px;
	height: auto;
}
p.footer {
	color: #555555;
	font-size: .9em;
}