
a:link {	color: #0000CC;
		text-decoration: none;
}

a:visited {	color: #221199;
		text-decoration: none;
}

a:active {	background-color: yellow;
		text-decoration: none;
}

a:hover {	color: #FFFFFF;
		background-color: #0000CC;
		text-decoration: none;
}


div.imgL { 	margin: 8px 20px 10px 0px;
  		border: 1px solid #777777;
		height: auto;
		width: auto;
		float: left;
		text-align: center;
}	

div.imgL img {	display: inline;
		margin: 8px;
}

div.imgR {	margin: 8px 0px 10px 20px;
		border: 1px solid #777777;
		height: auto;
		width: auto;
		float: right;
		text-align: center;
}	

div.imgR img {	display: inline;
		margin: 8px;
}

div.desc {	text-align: center;
		font-weight: normal;
		font-size:10px;
		font-family:Arial,sans-serif;
		margin: 0px 8px 8px 8px;
}

div.resume {	text-align:justify;
}

a.hoverW:hover
{		color: #0000CC;
		background-color: #FFFFFF;
		text-decoration: none;
}

h1.top
{		position:relative;
		z-index:5;
}