/* CSS Document */

body {
    background-color: #E3E3E3;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

img {
	border: 4px solid #ffffff;
	border-radius: 10px;
}

div.main {
	margin: auto;
}

table {
	margin: auto;
}

div.portfolio {
	padding: 100px;
}

video {
	border: 4px solid #ffffff;
	border-radius: 10px;
}

a.menu:active {
	color: #000000;
}

a.idexyn:active, a.xmpl:active, a.pp:active, a.cv-alternative-links:active {
		color: #E3E3E3;	
}

a.copyright:active {
	color: #000000;	
}

a.menu:link, a.idexyn:link, a.xmpl:link, a.pp:link, a.cv-alternative-links:link {
	color: #000000;	
}

a.copyright:link {
	color: #ffffff;;
}

a.idexyn:visited {
	color: #2D7584;
}

a.xmpl:visited {
	color: #671112;
}

a.menu:visited, a.pp:visited, a.copyright:visited, a.cv-alternative-links:visited {
	color: #6E6E6E;
}

a.menu:hover {
	color: #ffffff;
}

a.pp:hover {
	color: #ffffff;
	font-weight: bold;
}

a.idexyn:hover {
	color: #2D7584;
	font-weight: bold;
}
a.xmpl:hover {
	color: #671112;
	font-weight: bold;
}

a.pp:hover {
	color: #000000;
	font-weight: bold;
	
}

a.cv-alternative-links:hover{
	color: #000000;	
}

a.menu:hover, a.copyright:hover {
	color: #ffffff;
}

p.static-header {
	background-color: #000000;
	color: #ffffff;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 2em;
	margin: 0px;
	text-align: center;
}

p.menu {
	background-color: #BBBBBB;
	color: #000000;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin:0px;
	font-size: 1.2em;
	text-align: center;
}

p.business-portfolio {
	width: 300px;
	height: 30px;
	line-height: 30px;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.4em;
	padding-left: 10px;
}

p.idexyn {
	width: 300px;
	height: 30px;
	line-height: 30px;
	background-color: #2D7584;
	color: #ffffff;
	font-size: 1.4em;
	padding-left: 10px;
}

p.xmpl {
	width: 300px;
	height: 30px;
	line-height: 30px;
	background-color: #671112;
	color: #ffffff;
	font-size: 1.4em;
	padding-left: 10px;
}

p.personal-portfolio {
	width: 300px;
	height: 30px;
	line-height: 30px;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.4em;
	padding-left: 10px;
}

p.copyright {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 1.2em;
}
