body		{font-family: Verdana; font-size: 11pt;}
p           {font-family: Verdana; font-size: 11pt;}
address     {font-family: Verdana; font-size: 11pt; font-style: italic }
ul          {font-family: Verdana; font-size: 11pt}
ol          {font-family: Verdana; font-size: 11pt}
li          {font-family: Verdana; font-size: 11pt}
table       {font-family: Verdana; font-size: 11pt}
td          {font-family: Verdana; font-size: 11pt}
tr          {font-family: Verdana; font-size: 11pt}

h1			{font-family: Arial; font-size: 24pt; font-weight: bold}
h2			{font-family: Arial; font-size: 18pt; font-weight: bold}

h3			{font-family: Verdana; font-size: 14pt; font-weight: bold}
h4			{font-family: Verdana; font-size: 12pt; font-weight: bold}
h5			{font-family: Verdana; font-size: 10pt; font-weight: bold}
h6			{font-family: Verdana; font-size: 8pt; font-weight: bold}


/********************************************/
/* My Networking Events "hard coded" widget */
/* Yellow Post-it note 			    */
/********************************************/
.networking-event-header {
	text-align: center;
	width: 170px;
	margin-top: 10px;
	margin-left: 3px;
	padding-bottom: 5px;
}

.networking-event-header a {
	display:block;
	width:170px;
	margin:0 auto;
	border-top:1px solid #000000;	/* black */
}

.networking-event-header a:hover {
	text-decoration:none;
	color:#000000;			/* black */
	background:#ff5092;		/* hot pink */
}

.networking-event-details {
	font-size: 0.85em;
	width: 170px;
	margin-left: 5px;
}