.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.link {
	color: #CC0000;
	text-decoration: none;
}
.insidebk {
	background-attachment: fixed;
	background-image: url(../images/general/inside_background.jpg);
	background-repeat: no-repeat;
}
.portfoliobk {
	background-image: url(../images/general/portfolio_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.samplesbk {
	background-attachment: fixed;
	background-image: url(../images/general/portfolio_samples_backgroun.jpg);
	background-repeat: no-repeat;
}
a:hover {
	text-decoration: underline;
}
