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

h1 {
	font:30px/40px Georgia, "Times New Roman", Times, serif;
	margin-bottom:20px;
	text-transform:uppercase;
}
h2 {
	font:24px/27px Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:13px;
}
h3 {
	font:22px/38px Georgia, "Times New Roman", Times, serif;
}
.portfolio h3 {
	color:#111111;
	text-indent:5px;
}
h4 {
}
h5 {
}
h6 {
}
p {
	padding-bottom:20px;
}
a {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:underline;
}
.justify {
	text-align:justify;
}
