/* ================================
    Default styles FOR DotNetNuke
   ================================
*/  

A:link  {
    text-decoration:    none;
    color:White;
}

A:visited  {
    text-decoration:    none;
    color:White;
}

A:active   {
    text-decoration:    none;
    color:White;
}

A:hover    {
    text-decoration:    underline;
    color:#ffd925;
}
body, td 
{
	font-family: Arial;
	font-size: 12px;
	color: White;
	}
.yellow	
{
	color: #ffd925;
	}
.menuItem
{
	text-decoration: none;
	color: Red;
	}
.commandButton, .commandButton:link, .commandButton:visted
{
	color: #ffd925; 
	text-decoration:underline;
	}
.commandButton:hover
{
	color: Red;
	}
.blackText A:link  {
    text-decoration:    underline;
    color:red;
}

.blackText A:visited  {
    text-decoration:    underline;
    color:red;
}

.blackText A:active   {
    text-decoration:    underline;
    color:red;
}

.blackText A:hover    {
    text-decoration:    none;
    color:black;
}