/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titleBold {
	color: #FF0000;
	font-weight:bold;
	text-transform: uppercase;
}
.projects_text {
	color: #FFFFFF;
	text-align:left;
}

a.projectslink:link {
	color: #FF0000;
	font-weight:bold;
	text-decoration:none;
}
a.projectslink:visited {
	color: #FF0000;
	font-weight:bold;
	text-decoration:none;
}
a.projectslink:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
