body
{
  background-color: white
}
b
{
  color: black;
  font-size: midium;
  font-style: normal;
  font-weight: 600
}

span{}
.white
{ color: white }

.red
{
  color: red;
}
.maroon
{
  color: Maroon
}
p
{
  color: black;
  font-size: midium;
  font-style: normal;
  font-weight: 600
}

.center
{
  text-align: center
}
.height_150 { line-height: 150% }
.big_center { color: #BFAF3F; font-size: 30px; font-weight: 700; text-align: center }

div { color: black; font-size: midium; font-style: normal; font-weight: 600 }
.red { color: red }
.small {font-size: 15px; font-weight: 300}
.center { text-align: center }
.right { text-align: right }
.height_150 { line-height: 170% }
.big_center { color: #BFAF3F; font-size: 30px; font-weight: 700; text-align: center }
.table { width:754px }
.border
{
  border-style:outset
}

h1 { color: blue; font-size: 40px; font-style: normal; font-weight: 900 }
.center { text-align: center }
.small_center { font-size: 25px ; text-align : center }
.title{
  color: blue;
  font-size: 200%;
  font-style: normal;
  font-weight: 900;
  text-align: center
}

h2 { color: red; font-size: 15px; font-style: normal; font-weight: 600 }
.center { text-align: center }

h3 { color: crimson; font-size: 40px; font-style: normal; font-weight: 900 }
.center { text-align: center }

h4 { color: blue; font-size: midium; font-style: normal; font-weight: 600 }
.center { text-align: center }

.left_5{ margin-left: 5% }
.left_10{ margin-left: 10% }
.left_15{ margin-left: 15% }
.left_20{ margin-left: 20% }
