/* CSS Document */
#projects {
	position: absolute;
	margin-top: 99px;
	margin-left: 20%;
	height: 405px;
	width: 700px;
	color: #333333;
	background-color:#FFFFFF;
	padding: 10px;
	line-height: 20px;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	border:1px solid #346633;
	overflow:auto;
	visibility: visible;
	z-index: 10;
}
.projects a:link {
	color: #0000FF;
	text-decoration: none; 
}
.projects a:visited {
	color: #666666;
	text-decoration: none;
}
.projects a:hover {
	color: #990000;
	text-decoration: none;
}
.projects a:active {
	color: #000000;
	text-decoration: none;
}
.style1 {
	font-size: 18px;
	color: #000000;
}
.style2 {
		font-size: 14px;
		font-weight:bold
		}
</style>