a:link {
	color: #FFFF00;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #00FFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.white {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.red {
	color: #FF0000;
	font-size: 18px;
}
.green {
	color: #00FF33;
	font-weight: bold;
	font-size: 18px;
}
.yellow {
	color: #FFFF00;
	font-weight: bold;
	font-size: 24px;
}
body {
	background-image: url(Carbon5c.jpg);
	background-repeat: repeat;
}

.SmallWhite {
	color: #FFFFFF;
	font-size: 18px;
}
