a:link {
	color: #FFFF00;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #FFFF99;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFF99;
	letter-spacing: 3px;
	text-align: center;
	width: 200px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFF99;
	margin-top: 20px;
	margin-bottom: 20px;
}

td.price {
	font-weight: bold;
	color: #00FF00;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF99;
	padding-right: 5px;
	padding-left: 5px;
}
.picture img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.description {
	font-weight: bold;
	color: #FFFF99;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF99;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
td.picture {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-bottom: 5px;
}



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(assets/Carbon5c.jpg);
	background-repeat: repeat;
}

.SmallWhite {
	color: #FFFFFF;
	font-size: 18px;
}
.orange {
	font-size: 14px;
	color: #FF9933;
}
