/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
body {
	margin: 0px;
	padding: 0px;
	
	font-family: 'Raleway', Arial, Helvetica, sans-serif;	
	font-size: 14px;	

	color: #333333;		
	
	background-color: #fff;
}


#cvcontent {
	width:605px;
	visibility: visible;
	clear: left;	
	
	padding: 10px;
	margin:10px;
	
	min-height: 400px;
    height:auto !important;
    height:400px; 	
	background-color:#ffffff;		
				
}

h1, h2, h3 {
	font-size: 18px;
	color: #00B46D;;
color: rgb(167, 28, 49);	
	text-decoration: none;
	margin-top: 10px;	
	margin-bottom: 10px;
	line-height: 18px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #333333;	
	margin-bottom: 0px;	
}

h3 {
	font-size: 11px;
	margin-bottom: 5px;	
}

p, li  {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;	
		
	line-height: 22px;	
	margin-right: 10px;	
	margin-bottom: 10px;	
}

a {
	color: #333333;
}


.photofloatleft {
	float: left;
	margin: 5px 15px 5px 0px;
	border: solid 1px #666666;

}

table.cv {
	margin-left: 10px;
}

table.cv td {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;		
	line-height: 18px;
}

ul { 
	list-style: inside; 
	list-style-image: url(https://languages-media.com/images/construction/bullet.gif);
	margin-top: 3px;
	margin-bottom: 10px;	
	line-height: 19px;	
}

 li {
  margin: 3px 3px 6px 30px; 
  font-size: 14px;
}