/* Print Style Sheet for Move your Body */
/****************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	width: 100%;
}
#main p{
	font-size: 12px;
	line-height: 18px;
}
#main h1{
	color: #9d0038;
	font-size: 19px;
	font-weight: normal;
}
#main h2{
	color: #666666;
	font-size: 19px;
	font-weight: normal;
}
#main h3, #main h4, #main h5, #main h6{
	color: #9d0038;
	font-size: 15px;
	font-weight: bold;
}
#navigation {
	display: none;
}

#subscription {
	display: none;
}
#brief {
	display: none;
}
#footer {
	display: none;
}

