html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin-left:100px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

#textarea {
	margin-top: 30px;
	margin-right:30px;
}

#rcfbold {
	font-family:  Arial, Helvetica, sans-serif;
	color: #8064a2;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

#maparea {
	margin: 5px;
}

#cvContent{
	text-align:left;
	padding: 0px 20px 0px 20px; /* top right bottom left*/
}



#contactInfo{
	line-height: 18px;
}

#contactInfo a img{
	border: none;
}

#contactRightColumn{
	padding: 5px 30px 5px 5px;
	width: 330px;
	float: right;
}

#contactPresentLocation{
	padding: 5px 30px 5px 5px;
	width: 250px;
	float: left;
	border: 2px solid blue;
	
}

#contactLeftColumn{
	width: 200px;
	float: left;
}

/* Sets the style for unvisited links. */
a:link {
  color: #3383FF;
 /* font-weight: bold;*/
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #3383FF;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #7d4900;
  background: #CBC3E3;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #660066;
  background: #CBC3E3;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000000;
}

a {
   outline: none;
}
