/* LupetDotCom CSS Document */

/* Links */
a {
	font-weight: bold;
    text-decoration: none;
}
a:link, a:visited {
    color: #FF6600;
}
a:hover, a:active {
    color: #FF9900;
}
a.LightLink:link, a.LightLink:visited {
    color: #FF9900;
}
a.LightLink:hover, a.LightLink:active {
    color: #FF6600;
}


