body {
	background-color:#000;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0;
	color: #393939;
	font-size: 12px;
	font-size: 12px;
	line-height: 150%
}


.header {
	font-size: 14px;
	font-weight: bold;
}


.small {
	font-size: 10px;
}


#container{
	width: 355px;
	margin: 60px;
	}


/* LINKS --------------------------------------*/
a:link, a:visited {
	color:#3B2F2F;
	font-weight: bold;
}
a:hover {
	color: #725C5C;
	font-weight: bold;
}
