.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
}

a:link {color: 781208; text-decoration: underline; }
a:visited {color: 781208; text-decoration: underline; }
a:hover {color: red; text-decoration: underline; }
a:active {color: red; }

a.srollover-contact {
    display: block;
    width: 87px;
    height: 124px;
    background: url("images/contact-button.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover-contact {
    background-position: -87px 0;
} 

a.srollover-faq {
    display: block;
    width: 95px;
    height: 124px;
    background: url("images/faq-button.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover-faq {
    background-position: -95px 0;
}

a.srollover-starwars {
    display: block;
    width: 102px;
    height: 124px;
    background: url("images/starwars-button.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover-starwars {
    background-position: -102px 0;
}

a.srollover-blogs {
    display: block;
    width: 89px;
    height: 124px;
    background: url("images/blogs-button.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover-blogs {
    background-position: -89px 0;
}

a.srollover-news {
    display: block;
    width: 93px;
    height: 124px;
    background: url("images/news-button.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover-news {
    background-position: -93px 0;
}

a.srollover-books {
    display: block;
    width: 93px;
    height: 124px;
    background: url("images/books-button.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover-books {
    background-position: -93px 0;
}

a.srollover-bio {
    display: block;
    width: 95px;
    height: 124px;
    background: url("images/bio-button.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover-bio {
    background-position: -95px 0;
}


a.srollover-home {
    display: block;
    width: 106px;
    height: 124px;
    background: url("images/home-button.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover-home {
    background-position: -106px 0;
}