a:link {
	text-decoration:none;
	font-family: Helvetica,Arial,san-serif;
	font-size:large;
	font-weight:bold;
	color:gray;
	outline:none;
	}
a:visited {
	color:darkgray;
	outline:none;
	text-decoration:none;
	}
a:hover {
	color:black;
	}
body {
	font-family: Helvetica,Arial,san-serif;
	color:gray;
	font-size:large;
	position:fixed;
	text-align:left;
	top:465px;
	left:535px;
	}
body.designer {
	background-image:url("images/designerportrait.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment:fixed;
	}
body.director {
	background-image:url("images/directorportrait.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment:fixed;
	}
body.producer {
	background-image:url("images/producerportrait.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment:fixed;
	}
body.connector {
	background-image:url("images/connectorportrait.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment:fixed;
	}
body.writer {
	background-image:url("images/writerportrait.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment:fixed;
	}
body.visionary {
	background-image:url("images/visionaryportrait.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment:fixed;
	}
ul.navbar {
	list-style-type:none;
	padding:0;
	margin:0;
	position:fixed;
	top:145px;
	right:10px;
	}
ul.sidemenu {
	list-style-type:none;
	font-size:large;
	position:fixed;
	top:124px;
	right:158px;
	font-family: Helvetica,Arial,san-serif;
	color:gray;
	font-weight:bold;
	text-align:right;
	line-height:1.6;
	}
h2 {
	position:fixed;
	top:0px;
	right:10px;
	}
h1 {
	position:fixed;
	top:405px;
	text-align:left;
	font-size:xx-large;
	}
h1.designer {
	color:magenta;
	text-transform:uppercase;
	}
h1.director {
	color:cyan;
	text-transform:uppercase;
	}
h1.producer {
	color:lime;
	text-transform:uppercase;
	}
h1.connector {
	color:yellow;
	text-transform:uppercase;
	}
h1.writer {
	color:orange;
	text-transform:uppercase;
	}
h1.visionary {
	color:red;
	text-transform:uppercase;
	}	
img {
  border: none;
  	}
