/* SevenTwoThree Blue: 003366*/
/* SevenTwoThree Orange: CC3300*/		
/* SevenTwoThree Gray: 999999*/

		body {
			background-color: white;
			font-family: arial, helvetica, sans-serif;
			font-size: small;
			color: black;
			}
			
		a:link {
			font-family: arial, helvetica, sans-serif;
			font-size: small;
			color: black;
		}
		a:visited {
			font-family: arial, helvetica, sans-serif;
			font-size: small;
			color: black;
		}
		a:active {
			font-family: arial, helvetica, sans-serif;
			font-size: small;
			color: black;
		}
		a:hover {
			font-family: arial, helvetica, sans-serif;
			font-size: small;
			color: black;
			text-decoration: underline;
		}
		table {
			padding: 5px;
			border-width:medium;
			width: 100%
		}
		
		#logo {
			text-align: center;
			vertical-align: middle;
			width: 50%;
			float: left;
		}
		
		#footer {
			text-align: center;
			font-size: 10px;
			width: 100%;
			position: fixed;
			bottom: 20px;
		}
		.linkedin {
			vertical-align: middle;
		}
		a.footer:link {
			font-family: arial, helvetica, sans-serif;
			font-size: 9px;
			color: black;
		}
		a.footer:visited {
			font-family: arial, helvetica, sans-serif;
			font-size: 9px;
			color: black;
		}
		a.footer:active {
			font-family: arial, helvetica, sans-serif;
			font-size: 9px;
			color: black;
		}
		a.footer:hover {
			font-family: arial, helvetica, sans-serif;
			font-size: 9px;
			color: black;
			text-decoration: underline;
		}

/* Twitter */
		#twitter_div {
			text-align: left;
			font-family: arial, helvetica, sans-serif;
			font-size: small;
			width: 50%;
			float: right;
		}
		.twitter-title {
			color: #036;	
		}
		#twitter_update_list {
			color: #C30;
			text-align: left;
		}
