@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #FFF;
	background-color: #333;
	margin-top: 0px;
}
h1 {
	font-weight: lighter;
	font-size: 85px;
	text-align: center;
	color: #F60;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
h3 {
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	color: #F60;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
h5 {
	font-weight: bold;
	font-size: 18px;
	color: #F93;
}
img {
	border: 0px;
	-moz-box-shadow: 1px 1px 5px #111;
	-webkit-box-shadow: 1px 1px 5px #111;
    box-shadow: 1px 1px 5px #111;
}
.mainMenu {
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	color: #F60;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.email {
	color: #F90;
	text-decoration: underline;
}
.centre {
	text-align: center;
}
.note {
	font-size: 10px;
}
#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#CV {
	width: 99%;
}

