/* INTERVIEW - SCREEN */


/* TYPOGRAPHY */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	background-color: #000000;
}
strong { font-weight:bold; }


h2 {
	font-size: 20px;
	font-weight: bold;
}
.big { font-size: 13px; }

.name {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
}
.category {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #555555;

}
a {
	color:#003366;
	text-decoration: none;
}

a:hover, a:active {
	color: #003366;
	text-decoration: underline;
}

.divider {
color: #000000;border-bottom: #000000 1px solid;
}

.medium_name {
	font-size: 18px; 
	color: #000000;
	text-transform: uppercase;

}
.ital_name { font-style: italic; text-transform: none; }


#footer {
	margin-bottom: 30px;
	padding-top: 50px;
	border-top: 10px solid #000000;
	position: relative;
}

