/*Background color*/
body {
background-color: black;
background-image: url("background.jpg");
background-repeat: no-repeat;
background-position: top center;
margin-top:0px
}
/*Company Name*/
h1
{
text-align: right;
color: black;
font-family: times;
font-size: 24px;
margin-top:0px;
margin-bottom:0px;
padding-left: 10px;
padding-right: 10px;
}
/*Page Name*/
h2
{
text-align: center;
color: black;
font-family: times;
font-size: 40px;
font-style: italic;
margin-top:0px;
margin-bottom:0px;
padding-left: 10px;
padding-right: 10px;
}
/*Text Header*/
h3
{
text-align: center;
color: white;
font-family: arial;
font-size: 20px;
margin-top:0px;
margin-bottom:0px;
padding-left: 10px;
padding-right: 10px;
}
/*Regular Text*/
p
{
text-align: left;
color: white;
font-family: arial;
font-size: 15px;
padding-left: 10px;
padding-right: 10px;
}
p.right
{
text-align: right;
color: white;
font-family: arial;
font-size: 15px
}
p.center
{
text-align: center;
color: white;
font-family: arial;
font-size: 15px;
}
p.small
{
text-align: center;
color: white;
font-family: arial;
font-size: 12px;
}
p.large
{
text-align: center;
color: white;
font-family: arial;
font-size: 20px;
}
ul
{
color: white;
font-family: arial;
font-size: 15px
}
ol
{
color: white;
font-family: arial;
font-size: 15px
}
a
{
color: white;
font-family: arial;
font-size: 15px
}
a:link {color: #FF0000}
a:visited {color: #996666}
a:hover {color: #FFCCFF}
a:active {color: #FF0000}
a:link img {border-color: #FF0000}
a:visited img {border-color: #996666}
a:hover img {border-color: #FFCCFF}
a:active img {border-color: #FF0000}