/**** ROCKIT ****/
/**** WWW.ROCKITIM.COM BETA ****/
/**** LINKS.CSS : CSS BY CHAPTER ZERO ****/


/**** STANDARD LINKS: ****/
a:link
{
color: transparent;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-transform: lowercase;
}

a:visited
{
color: transparent;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-transform: lowercase;
}

a:hover
{
color: transparent;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-transform: lowercase;
}

a:hover:visited
{
color: transparent;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-transform: lowercase;
}

a:active
{
color: transparent;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-transform: lowercase;
}


/**** IMAGE LINKS ****/
a img
{
border: 0px;
}

a img:visited
{
border: 0px;
}

a img:hover
{
border: 0px;
}

a img:hover:visited
{
border: 0px;
}

a img:active
{
border: 0px;
}



/**** FOOTER ****/
a.footer:link, a.footer:visited, a.footer:active
{
color: #3366cc;
cursor: pointer;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
padding-left: 8px;
text-decoration: none;
text-transform: lowercase;
}

a.footer:hover, a.footer:hover:visited
{
color: #222222;
cursor: pointer;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
padding-left: 8px;
text-decoration: none;
text-transform: lowercase;
}



/**** REWRITING YOUR FUTURE_ ****/