@charset "UTF-8";
/* CSS Document */
a:link{
	color: #0094DD;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:none;
}
a:visited{
	color: #066;
	text-decoration:none;
}
a:visited:hover{
	color:#666;
	text-decoration:none;
}
a:active{
	color:#FFF;
}
h2{
	color:#099;
}

h3{
	color:#066;
}

li.projects{
	float:left;
	width:206px;
	margin-left:25px;
	margin-top:25px;
}
.projects img{
	width:206px;
	height:143px;
}
.projects a:link{
	color:#fff;
	text-decoration:none;
}
.projects a:hover{
	color:#666;
	text-decoration:none;
}
.projects a:visited{
	color:#fff;
	text-decoration:none;
}
.projects a:hover:visted{
	color:#099;
	text-decoration:none;
}
li.projects2{
	float:left;
	width:206px;
	margin-left:25px;
	
}
li.projects2:last-child
{
	
}
.projects2 img{
	width:206px;
	height:143px;
}
.subs_r{
	float:right;
	width:436px;
	margin-right:25px;
	margin-top:25px;
	}
.subs_r ul li{
	width:33%;
	text-align:center;
	display:block;
	float:left;
	}
	.subs_r ul li img{
	width:140px;
	height:100px;
	}
#typical{
	border-top:1px solid #666;
}
#mod{
	margin:.7em 0 0 0;
}
