/** {border: 1px dashed blue;}*/

.page_title {
	margin-left: 10%;
	/*background-color: black;*/
}

.page_title {
	font-family: helvetica,arial,sans-serif;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-left: 15%;
	margin-top: 15%;
	color: #eeeeee;
	text-rendering: optimizeLegibility;
}

.subtext {
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	margin-left: 15%;
	/*margin-top: 5%;*/
	color: #333333;
	text-rendering: optimizeLegibility;
}

a {
	text-decoration: none;
	color: #444444;
/*}
a:hover {color:#ff4800;}*/

}
a:hover {color:#eeeeee;}

.tag {
	position: relative;	
	width: 10px;
	height: 2px;
	top: 0px;
	left: 15%;
	background-color: #eeeeee;
}

body {
	background-color:#111111;
}