/* CSS template for the GUI index.php */

body {
	margin-top: 50px;
	margin-left: 100px;
	background-color: #000000;
	font-family: Georgia;
	font-size: 24px;
	color: #ffffff;
	line-height: 1.5em;
}

h1 {
	font-family: Georgia;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.5em;
}

h4 {
	font-size: 60%;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a.history:link { 
	color: #5c5c5c;
}

a.history:visited {
	color: #5c5c5c;
}

a.thinking:link { 
	color: #ffed00;
}

a.thinking:visited {
	color: #ffed00;
}

a.job:link { 
	color: #e2007a;
}

a.job:visited {
	color: #e2007a;
}

a.we:link { 
	color: #44a12b;
}

a.we:visited {
	color: #44a12b;
}

a.customer:link { 
	color: #009ee0;
}

a.customer:visited {
	color: #009ee0;
}

a.playlist:link { 
	color: #009ee0;
	font-size: 16px;
}

a.playlist:visited { 
	color: #009ee0;
	font-size: 16px;
}

a.playlist:hover { 
	text-decoration: underline;
}

#container {
	width: 670px;
	float: left;
}

#foot {
	width: 100%;
	float: left;
	font-size: 45%;
	color: #ffffff;
	margin-top: 80px;
	line-height: 1.5em;
}