body {
	background-image: url(../images/denim.gif);
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style3 {font-size: 16px; font-weight: bold; color: #FFCC00; }

.stitch {
	width: 0.5px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FFCC33;
	border-top-width: 1px;
	border-top-color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFCC00;
	font-style: normal;
	font-weight: bold;
}
.quick_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
.verticle_stitch {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00;
}
.top_stitch {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC00;
}
.bottom_stitch {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFCC00;
}
.black_line_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.box-stitch {
	border: 1px dashed #FFCC00;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
}
table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
 table,  td, p, span, li, strong, div{color:color_code;}
to just change the color of your comments use td {color: color_code;}


 these next lines will change the headings, and other colored text:
.btext {color:color_code;} ("XX's Latest Blog Entry" & "XX has XX Friends")


.blacktext10 {color:color_code;}(time and date in the Comments section.)


.blacktext12 {color:color_code;} ("XX is in your Extended Network")

.lightbluetext8 {color:color_code;} ("General", "Music", "Heroes", etc.)


.nametext {color:color_code;} This is the (name ABOVE your profile picture).

.orangetext15 {color:color_code;} ("About Me", "Who I'd Like to Meet")


.redbtext {color:color_code;} (XX has "XX" Friends))

.text {color:color_code;} (Name, Location, Age, etc.))


.whitetext12 {color:color_code;} ("Contacting XX", "XX's Interests" etc))

 this will change the colors of the links:
a:link {color:color_code;} This is the color of links)


a:hover {color:color_code;} Color of link with mouse over.)

a:active {color:color_code;} Color of active link.)


a:visited {color:color_code;} Color of visited link.)

 this will change the border color of picture links:
a:link img {border:1px solid color_code;} Color of image link border


a:hover img {border:1px solid color_code;} Color of link with mouse over 

a:visited img {border:1px solid color_code;} Color of visited link



