/* GENERAL STYLES */
body {
	background-color: #000000;
}

a.webdesign {
    display: block;
    width: 94px;
    height: 38px;
    background: url(images/links/Web_Design_Link.gif) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.webdesign {
    background-image:url(images/links/Web_Design_Link_MO.gif);
} 

a.photo {
    display: block;
    width: 142px;
    height: 38px;
    background: url(images/links/Product_Photography_Link.gif) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.photo {
    background-image:url(images/links/Product_Photography_Link_MO.gif);
} 

a.character {
    display: block;
    width: 125px;
    height: 38px;
    background: url(images/links/Character_Design_Link.gif) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.character {
    background-image:url(images/links/Character_Design_Link_MO.gif);
} 

a.logo {
    display: block;
    width: 104px;
    height: 38px;
    background: url(images/links/Logo_Creation_Link.gif) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.logo {
    background-image:url(images/links/Logo_Creation_Link_MO.gif);
} 

a.branding {
    display: block;
    width: 84px;
    height: 38px;
    background: url(images/links/Branding_Link.gif) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.branding {
    background-image:url(images/links/Branding_Link_MO.gif);
} 

a.illustration {
    display: block;
    width: 89px;
    height: 38px;
    background: url(images/links/Illustration_Link.gif) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.illustration {
    background-image:url(images/links/Illustration_Link_MO.gif);
} 

a.print {
    display: block;
    width: 99px;
    height: 38px;
    background: url(images/links/Print_Layout_Link.gif) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.print {
    background-image:url(images/links/Print_Layout_Link_MO.gif);
} 

