#textblock{
	margin: 20px auto;
    width: 800px;
}

#textblock p{
	margin: 10px 0px 10px 00px;
    width: 800px;
}

#textblock subp{
    width: 800px;
    font-size: 10px;
}

#textblock h1{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}

#textblock h2{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: black;
}

#textblocksmall {
	margin: 20px;
    width: 500px;
}

#textblocksmall p{
	margin: 10px 0px 10px 00px;
    width: 500px;
}

#textblocksmall subp{
    width: 500px;
    font-size: 10px;
}

#textblocksmall h1{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}

#textblocksmall h2{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: black;
}

