BODY
{
   font-size: 100%;
   color: black;
   background-color: #ccffff;
}

H1
{
   font-size: 200%;
   color: black;
   text-align: center;
}

H2 {
    font-size: 150%;
    color: black;
}

HR
{
   color: blue;
   left: 1%;
   width: 90%;
   position: relative;
}

P
{
   font-size: 100%;
   color: black;
   text-indent: 10pt;
   text-align: left;
}

li
{
   font-size: 100%;
   color: black;
   text-align: left;
}

.highlight
{
   font-weight: bold;
   color: red;
}

.highlight-i
{
   font-weight: bold;
   color: red;
   font-style: italic;
}

.underline {
    color: black;
    text-decoration: underline;
}

.italics 
{
   color:Black;
   font-style:italic;
}

.bold
{
   font-weight: bold;
   color: black;
}

.provider
{
   font-weight: bold;
   font-size: 125%;
   color: black;
   text-align: center;
}

.updated
{
   color: black;
   text-align: center;
}

.picture
{
   text-align: center;
}

.boxed_area
{
   left: 15%;
   width: 70%;
   position: relative;
   background-color: white;
}

.need_head
{
   color: #008000;
   text-align: center;
}

.need_text
{
   color: #008000;
   text-indent: 0pt;
   text-align: left;
}

.warning_head
{
   color: red;
   text-align: center;
}

.warning_text
{
   color: red;
   text-indent: 0pt;
   text-align: left;
}

.deleted_text
{
   color: blue;
   text-indent: 0pt;
   text-align: left;
   text-decoration: line-through;
}

.code_section
{
   font-size: smaller;
   color: fuchsia;
   text-indent: 0pt;
   font-family: 'Courier New';
   text-align: left;
}

.centered_icon
{
	text-align: center;
}
