/* CSS Document */

/*Aleyant Template System*/

/*LINK STYLE -UNDERLINE*/
/*basic link features*/

a:link{
font-weight:bold;
text-decoration:none;
}

a:visited{
font-weight:bold;
text-decoration:none;
}

a:hover, a:active{
font-weight:bold;
text-decoration:underline;

}