/*
Generic styles for layouts
*/
body,
input[type=text], 
textarea {
	font-family: "Helvetica Neue",arial,sans-serif;
}
p {
	font-size: 0.9em;
	color: #666;
}
a {
	color: #3399ff;
}
a:hover {
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
