* {
	margin : 0px;
	padding: 0px;
	color: #333333;
	background-color: #fafafa;
	font-family: Helvetica;
	text-decoration: none;
}

body {
	width: 392px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

h1 {
	letter-spacing: -2px;
	font-size: 25px;
	font-weight: bold;
}

hr {
	margin-bottom: 10px;
	background-color: #333333;
	height: 10px;
	border: none;
}

p {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 14px;
}

img {
	margin-top: 5px;
	margin-left: 5px;
	border-width: 0px;
	float: right;
}

#divTitle {
	margin-bottom: 2px;
}

#facebook {
	text-decoration: underline;
	color: #336699;
}

#twitter {
	text-decoration: underline;
	color: #33ccff;
}

#mail {
	text-decoration: underline;
	color: #ff3333;
}