@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */


/* This is GLOBAL stuff */
body{
	background-color:#fff;
	
	}

a{
	text-decoration: none;
	color: #7DAE12;
}

a:hover{
	text-decoration: underline;
}



/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */


/* This is MY NAME */
.name {
	font-family: impact;
	font-size: 75px;
	color: #7DAE12;
	letter-spacing: -2px;
	line-height: 65px;
}

.list1 {
	font-family: times new roman;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	letter-spacing: -3px;
	margin-left: 5px;
	line-height: 15px;
}
.list2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	letter-spacing: -3px;
	line-height: 15px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: -1px;
	margin-left: 5px;
}

#content {
	width: 800px;
	margin: 100px 0px 0px;
	padding: 0px 0px 0px 0px;
}

