a:link     {color: #2244aa; text-decoration: none; font-family: arial;}
a:visited  {color: #2244aa; text-decoration: none; font-family: arial;}
a:hover    {color: #aa4422; text-decoration: none; font-family: arial;} 

body 
{
	background-color: #ffffff;
}

#container
{
	width: 80%;
	margin: auto;
}

#window
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#title 
{
/*	background-color:#103f84;*/
	color: #658080;
	min-width: 70%;
	font-size: 200%;
	font-weight: 800;
	font-family: sans-serif;
	text-align: center;
	margin:auto;
}

#qualification 
{
/*	background-color:#103f84;*/
	color: #658080;
	min-width: 70%;
	font-size: 180%;
	font-weight: 700;
	font-family: sans-serif;
	text-align: center;
	margin:auto;
}

#byline 
{
/*	background-color:#103f84;*/
	color: #658080;
	min-width: 70%;
	font-size: 150%;
	font-weight: 500;
	font-family: sans-serif;
	text-align: center;
	margin:auto;
}

#specialisations 
{
/*	background-color:#103f84;*/
	color: #658080;
	min-width: 70%;
	font-size: 100%;
	font-weight: 400;
	font-family: sans-serif;
	text-align: center;
	margin:auto;
}	

#downloadCV 
{
/*	background-color:#103f84;*/
	color: #658080;
	min-width: 70%;
	font-size: 100%;
	font-weight: 400;
	font-family: sans-serif;
	text-align: center;
	margin:auto;
}

#header,#footer,#pictures,#content
{
	margin: 20px;
	padding: 30px;
	background-color: #eeeeee;
}

.content-card
{
	margin: 20px;
}

#pictures
{
	float: right;
	width: 25%;
}

#content
{
	float: left;
	width: 60%;
}


#content h1
{
	font-size: 150%;
	font-weight: 600;
	font-family: sans-serif;
	color: #dddddd;
/*	margin-top:15px;*/
}

#content p 
{
	font-family: sans-serif;
	color: #003366;
}


#content li
{
	font-size: 100%;
	font-weight: 500;
	font-family: sans-serif;
	color: #000000;
}

#footer 
{
	font-size: 80%;
	text-align: center;
	clear:both;
	padding: 0px;
	margin-top: 50px;
	margin-right: 20px;
}

#footer p
{
	font-family: sans-serif;
	color: #003366;
}

#footer hr
{
	color: #a7a9f8;
/*	margin-top:15px;*/
}

/* .picture
{
	float: right;
	margin: 30px;
	width: 25%;
} */
	
.picture img
{
	width: 100%;
/*	float: right;*/
}

