<style type="text/css" media="all">
/* Cascading Style Sheet for Amanda Ipock IT Resume Site*/
/* Week 3 Individual Assignment WEB 410 */

<!-- heading formating (only applies to IE, not Firefox) -->
	
h1 {
	text-align: center;
}

<!-- Dynamic Link Behavior formating (applies to IE and Firefox)-->

a:link {
	color: Navy;
}
a:visited {
	color: Maroon;
	
}
a:hover {
	background-color: #C4E7EB;
}
a:active {
	text-decoration: blink;
	font-weight: bold;
	color: Red;
}

<!-- List Formating -->

ul {
	text-align: left;
}

ol {
	text-align: left;
}


<!-- Table Formating only applies to Microsoft Internet Explorer -->
table {
	
	border: thick groove;
	padding: 5px;
	border-color: #330099;
	color: Blue;
	width: 579px;

}




  </style>
