body {
	color:#373737;
font: 12px/150% Helvetica;
}
h1 {color:#505050; font-size:1.7em;}
h2 {color:#505050; font-size: 1.2em;
line-height: 1.1em;
}
h3 {color: #615f5f; font-size: 1.0em;
line-height: 150%;
}
/*this is a class for the pink boarder to highlight something specific.  example <p class="pinkborder">Release 14.0.3 is recommended for all user and addresses the following issues:</p>*/
.pinkborder {
width:auto;
background-color:#ffcccc;
border:1px solid #ff0000;
padding:5px;
}
.redborder {
width:auto;
background-color:#ff9898;
border:1px solid #ff0000;
padding:5px;
}
