/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

#signup .odhead {
	width:650px;
	margin: 0 auto 1em auto ;
	text-align: left;
}
#signup .odhead h1{
	color:black;
	
}

#signup .odhead p{
	font-size: .9em;
	line-height: 1.4em;
	margin:1.4em 0;
}
#signup .odhead li {margin-bottom: 1em;}


