/* -------------------------------------------------------------------------------- */
/* DOC-New CSS File                                                                     */
/* -------------------------------------------------------------------------------- */

/*
 * This file contains all the CSS which is exclusive to the New Internal DOC website.
 *
 */

/* -------------------------------------------------------------------------------- */
/*
 * Places a border to the right and left of the page.
 */
.page-border {
border-left: medium  solid #eeeeee;
border-right: medium solid #eeeeee;
border-bottom: medium solid #eeeeee;
}
p
{
padding-left:1cm;
padding-right:1cm;
}
h1
{
padding-left:1cm;
}
h2
{
padding-left:1cm;
}
}
h3
{
padding-left:1cm;
}
table
{
padding-left:1cm;
}

