.red {font-family: tahoma; font-size: 16px; color: #FF0000; }

.name {font-family: tahoma; font-size: 20px; color: #202020; }

.nameLarge {font-family: tahoma; font-size: 36px; color: #202020; }

.links {font-family: tahoma; font-size: 18px; color: #202020; }

.statement {font-family: tahoma; font-size: 16px; color: #202020; }

.cv {font-family: tahoma; font-size: 14px; color: #202020; }

body {background-color: #776F55;}

a {
	font-family: tahoma;
	font-size: 14px;
	color: #202020;
}
a:link {
	text-decoration: none;
	color: #202020;
}
a:visited {
	text-decoration: none;
	color: #202020;
}
a:hover {
	text-decoration: none;
	color: #e0e0e0;
}
a:active {
	text-decoration: none;
	color: #e0e0e0;
