body { 
color: black; 
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
}

.special_offer { 
color: red; 
font-weight: bold;
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
}

.special_offer_large { 
color: red; 
font-weight: bold;
font-size: x-large;
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
}

.small_print {  
font-size: x-small;
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
}

.frontpage_heading { 
color: black; 
font-size: 30px; 
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
font-weight: bold; 
}

.frontpage_subheading { 
color: black; 
font-size: 25px; 
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
font-weight: bold; 
}

.frontpage_company_name { 
color: white; 
font-size: 25px; 
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
}

.frontpage_welcome { 
color: white; 
font-size: 70px; 
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
font-weight: lighter; 
}

p {}

a:link { 
color: blue 
}

a:visited { 
color: purple 
}

a:hover { 
color: purple 
}

a:active {
 color: red
 }
 

div.one
{
position:absolute;
left:200px;
top:15px;
}

div.company_logo { 

position: absolute;
left:160px;
top:15px;
}

#video_labels li {
font-size: large;
font-weight: bold;
display: list-item;
margin-top: 10px;
margin-bottom: 10px;
list-style-type: square;
list-style-position: inside;
list-style-image: url(../images/video_symbol.gif);
}

#download_labels li {
font-size: large;
font-weight: bold;
display: list-item;
margin-top: 10px;
margin-bottom: 10px;
list-style-type: square;
list-style-position: inside;
list-style-image: url(../images/pdf_symbol.gif);
}
