#canvas {
	background-color: black;
}
ul {
	font-size:20px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	margin: 0;
	padding: 0;
	width: 320px;
	background-color: black;
}
li {
	list-style-type: none;
	border-top-width:1px;
	border-top-color:rgb(41,41,41);
	border-top-style:solid;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:14px;
	padding-left:10px;
	height:19px;
	line-height:19px;
	color: white;
}
li:first-child {
	border-top:0;
}
ul li a {		
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;
	text-decoration: none;
	color: white;
	font-size: 20px;
}
.secondary	/* Used for secondary text (text that is less important) */
{
	font-weight:normal;
	float:right;
	margin-right:10px;	  
	line-height:20px;
}
.secondaryWLink	/* Used for secondary text that is a link */
{
	font-weight:normal;		
	float:right;		   
	margin-right:10px;	
	color: #324F85;
	line-height:20px;
}