/*
    links.css
    Cascading Style Sheet for CENTROPOHOLICS.com
    (c) 2006 Stefan Habel
*/

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
