/* links */
a {	text-decoration: none; color: #0000ff; }
a:hover { text-decoration: underline; }

/* doctor's */
#doctor-page		{ }

/* first level */
#doctor-page ul		{ font-weight: bold; }
#doctor-page ul li	{ margin-top: 0.8em; }

/* second level */
#doctor-page ul ul		{ font-weight: bold;}
#doctor-page ul ul li	{ margin-top: 0.5em; }

/* third level */
#doctor-page ul ul ul		{ font-weight: normal; }
#doctor-page ul ul ul li		{ margin-top: 0.1em; }

/* patient's */
#patient-page		{ }

/* first level */
#patient-page ul		{ font-weight: bold; }
#patient-page ul li		{ margin-top: 0.8em; }

/* second level */
#patient-page ul ul		{ font-weight: bold;}
#patient-page ul ul li	{ margin-top: 0.5em; }

/* third level */
#patient-page ul ul ul		{ font-weight: normal; }
#patient-page ul ul ul li		{ margin-top: 0.1em; }

