/*================================================================================================*/
/* default.css                                                                                    */
/*================================================================================================*/

BODY {
  color: black;
  background-color: white;

  line-height: 1.5;

  text-align: center;
  padding: 2.5% 5%;
}

/*------------------------------------------------------------------------------------------------*/

H1 { text-align: center; color: royalblue; }
H2 { text-align: center; color: royalblue; border: 1px solid royalblue; }

P  { text-align: left; }
HR { color: royalblue; height: 1px; }

UL { text-align: left; }
OL { text-align: left; }
DL { text-align: left; }

/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
