@charset "UTF-8";
/* CSS Document */

<style type="text/css">

.description {
	color: #000000;
	font-family: Geneva;
	font-size: 12px;
	font-weight: 500;
	padding: 10px;
}

.text {
	font-size: 10px;
	font-family: helvetica;
	line-height: 12px;
}
a:link {
	text-decoration: none;
	color: #FFF;
	background-color: #666;
	padding: 1px;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: #666;
	padding: 1px;
}
a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #CCC;
	padding: 1px;
}
a:active {
	text-decoration: none;
	color: #333;
	background-color: #CCC;
	padding: 1px;
}


body {
	background-color: #FFFFFF;
}
.projects {
	font-family: helvetica;
	font-size: 11px;
	font-weight: bolder;
	line-height: normal;
	float: right;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.style1 {
	color: #CCCCCC;
	font-style: normal;
	font-size: 10px;
}


.product {
	color: #FFF;
	font-family: helvetica;
	font-weight:bold;
	font-size: 11px;
	background-color: #F00;
	padding: 2px;
}
.graphic {
	color: #333;
	font-family: helvetica;
	font-weight: bold;
	font-size: 11px;
	background-color: #3F0;
	padding: 2px;
}
.animation {
	color: #FFFFFF;
	font-family: helvetica;
	font-size: 11px;
	background-color: #00F;
	font-weight: bold;
	padding: 2px;
}
.web {
	color: #FFFFFF;
	font-family: helvetica;
	font-weight:bold;
	font-size: 11px;
	background-color: #000;
	padding: 2px;
}

</style>

