A {
	font : x-small Verdana;
	font-weight : bold;
}

A:LINK {
	font : x-small Verdana;
	color : Blue;
/*	text-decoration : none; */
	font-weight : bold;
}

TD{
	font : Verdana;
	padding: 10px;
	font-size: 12px;
	color: Black;
}

A:VISITED {
	font : x-small Verdana;
	color : Blue;
	font-weight : bold;
}

A:ACTIVE {
	font : x-small Verdana;
	color : Blue;
	text-decoration : underline;
	font-weight : bold;
}

A:HOVER {
	font : x-small Verdana;
	color : #0099ff;	
	text-decoration : underline;
	font-weight : bold;
}

A:FOCUS {
	font : x-small Verdana;
	color : Blue;	
	text-decoration : underline;
	font-weight : bold;
}

BODY {
	font : x-small Verdana;
	color: Black;
	margin : 0 0;
}

CODE {
	font : small "Courier New";
}


H1 {
	font : x-large Verdana;
	color :#749FE8;
}

H2 {
	font : large Verdana;		
	color :#749FE8;	
}

H3 {
	font : medium Verdana;		
	color :#749FE8;	
}

H4 {
	font : bold 16px Verdana;		
	color :#35509E;
	}

H5 {
	font : bold 14px Verdana;
	color: Black;
}

H6 {
	font : Verdana;		
	size : 8px;
	color : #000000;
	font-weight : bold;
	
}
A.footer:LINK {
	font : Verdana;
	color : Blue;
	font-weight : bold;
	font-size: 10px;
}
A.footer:VISITED {
	font : Verdana;
	color : Blue;
	font-weight : bold;
	font-size: 10px;
}

A.footer:ACTIVE {
	font : Verdana;
	color : Blue;
	text-decoration : underline;
	font-weight : bold;
	font-size: 10px;
}

A.footer:HOVER {
	font : Verdana;
	color : #0099ff;	
	text-decoration : underline;
	font-weight : bold;
	font-size: 10px;
}

A.footer:FOCUS {
	font : Verdana;
	color : Blue;	
	text-decoration : underline;
	font-weight : bold;
	font-size: 10px;
}
LI{
	margin: 5px;
	padding:5px; 
}