/* CSS Document */
.projectlinks {
	font-size: 12px;
	color: #3333CC;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	font-style: italic;
}

a{
	color: #33C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
}