﻿A {
    color:#4580ce;
    text-decoration: none;
    }
    A:hover {
    color:#999999;
    text-decoration: none;
    }
    
    A.link {
    color:WHITE;
    text-decoration: none;
    FONT-SIZE:14PX;
    FONT-WEIGHT:BOLD;
    }
    A.link:hover {
    color:#4580ce;
    text-decoration: none;
    }
    
    
    A.lred {
    color:#4580ce;
    text-decoration: none;
    }
    A.lred:hover {
    color:BLACK;
    text-decoration: none;
    }
    
    A.lred2 {

    color:#4580ce;
    text-decoration: none;
    }
    A.lred2:hover {
    color:white;
    text-decoration: none;
    }
    
    .dhtmlgoodies_question{	/* Styling question */	
	overflow:hidden;
	cursor:pointer;
}
    .dhtmlgoodies_answer{	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
    .dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:0px;
	font-size:0.9em;	
	position:relative;
}

