/* --- Style sheet for Higgs' site 
       This one for the links's page - MPM --- */

body {
	margin : 0;
	padding: 0.5em;
	background-color : #814100;
	font-family : verdana, arial, helvetica;
	color : #000000;
	}
/* --- Headings --- */
h1, h2 {
	color : #ffd700;
	font-family : verdana, Tahoma, arial, helvetica;
	}
h5 {
	color : #fff4bf;
	font-family : verdana, Tahoma, arial, helvetica;
	}

/* --- Link colors and behaviors --- */
/* --- Text in the body --- */
a.text:link {
	text-decoration : none;

	color : #8b0000;
	}
a.text:link:hover {
	background-color : #990000;
	color : #fff8e1;
	/*border : groove #990000; */
}
a.text:visited {
	text-decoration : none;

	color : #8b0000;
}
a.text:visited:hover {
	background-color : #990000;
	color : #fff8e1;
	/*border : groove #990000; */
	}



/* --- Text environments --- */
b.hot {
	color : #8b1a1a;
	}
.blurb {
	font-family : verdana, arial, lucida, times;
	color : #000000;
	margin-left : 5%;
	margin-right : 5%;
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #fff8e1;
	border : ridge #b8860b;
	border-width : 5px;
	padding : 10px;
	}
.
/* --- Lists --- */
dt {
     margin:10px; 
     padding:0.4em; 
     }

dl {
     font-size: 1.2em;
     font-family : verdana, arial, lucida;     
     color : #000000;
     }
dd {
     margin-top:5px; 
     margin-bottom:25px;
     font-size: 1.0em;
     }

/* --- The End + MPM --- */