/* Style Sheet for the KCPC Education Site glossary
 *
 * define the doc layout stuff then the specialised classes later
 */

BODY  {
	color : #000000;
	background-color : #FFFFFF;
	padding-top : 0.5em;
	padding-left : 0.5em;
	margin-top : 0;
	margin-left : 0;
}

P  {
	color : #006699;
	text-align : left;
}

A {
    	color: #006699;
    	font-weight: bold;
}

A:Visited  {} 

A:Active  {
	color: #FF0000;
}

A:Hover  { /* Doesn't work for Netscape 4.x */
	color: #FF9999;
}

DT  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color : Red;
}

DD  {
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #000000;
	margin-bottom : 0em;
}

UL  {
	font-family : Georgia, "Times New Roman", Times, serif;
	list-style-type : disc;
}

OL  {
        font-family : Georgia, "Times New Roman", Times, serif;
        list-style-type : decimal;
}

LI  {
}

P.entry {
	color : #999999;
	margin-top : 0;
	margin-bottom : 0.5em;
	text-align : right;
 	font-style : italic;
	font-size  : x-small;
}
