/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
.menu:hover {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration:none;
	background-color:#6633CC;
}
.credits {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
.credits:hover {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
}
.style1 {color: #FFCC00}
.cv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.cvtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #0099FF;
}

