.right
{
text-align: right;
}

.center
{
text-align: center
}

.bold
{
font-weight: bold
}

.italic
{
font-style: italic
}

.underline
{
font-style: underline
}

h1,h2,h3,h4,h5,h6
{
color: black;
font-family: arial;
font-weight: bold
}

p.one
{
color: black;
font-family: arial;
font-size: 100%;
font-weight: bold
}

p.oneb
{
color: black;
font-family: arial;
font-size: 200%;
font-weight: bold
}

p.onec
{
color: black;
font-family: arial;
font-size: 150%;
font-weight: bold
}

p.oned
{
color:black;
font-family: arial;
font-size: 60%;
font-weight:bold
}

p.two
{
color: black;
font-family: arial;
font-size: 100%;
text-indent: 1cm;
font-weight: bold
}

p.three
{
color: black;
font-family: arial;
font-size: 100%;
text-indent: 1.5cm;
font-weight: bold
}

p.four
{
color: black;
font-family: arial;
font-size: 100%
text-indent: 2cm;
font-weight: bold
}

p.five
{color: black;
font-family: arial;
font-size: 100%;
text-indent: 2.5cm;
font-weight: bold
}

body
{
background-image: url("Pics/OrangeBackground.bmp")
}

ul.disc
{
list-style-position: disc outside
}

ol.uroman
{
list-style-position: upper-roman outside
}

or.ualpha
{
list-style-position: upper-alpha outside
}

or.lalpha
{
list-style-position: lower-alpha outside
}
