/* CSS Document */
@import url(layout.css);
@import url(styling.css);
@import url(forms.css);
@import url(tim16-10-06.css);
h1, h2, h3 {color: #4386BE;
}

h1 {
	font-size: 1.4em;
	margin-bottom: .6em;
	margin-top: 5;
}
h2 {
	font-size: 1.1em;
	margin-bottom: .6em;
	margin-top: 5;
}
h3 {
	font-size: 1.1em;
	margin-bottom:0;
}





address {font-style:normal;}
/* 
some styles for lists 
======================*/

ul.noBullets, .noBullets li {
	margin:0;
	padding:0;
	list-style:none;
}
/*Links
=========*/

a:link, a:hover { 
/* TR: suggest removing this
cursor: move;
*/
}
a:link, a:visited {
	text-decoration: none;
	color: #4386BE; /* TR */
}


a:visited {
	color: #4386BE;
}
/* ******************* NOTE TO JANICE ************************/
a:hover {
	color: #024D82; /* make this red if you want to */
	text-decoration:underline;
}
 a:active {
	color: #BD3131;
}

