From the image
#1- Find this:
.sidebar a {
color:#AEC0D5;
}
Replace the color code ( #AEC0D5 )
#2- Find this:
.sidebar h2 {
background:url("http://www.shotpix.com/images/83108984908750155256.png") no-repeat scroll left center transparent;
color:#010810;
font-family:Georgia,Times New Roman Times,Serif;
font-size:18px;
font-weight:normal;
line-height:18px;
margin:10px 0 0;
padding:6px 0 6px 12px;
text-shadow:0 0 0 #000000;
}
The "
background:url("http://www.shotpix.com/images/83108984908750155256.png") no-repeat scroll left center transparent;" is the yellow arrow, you can replace that with other image or remove the whole Url
Replace:
color:#010810; = color of text
text-shadow:0 0 0 #000000; = color and angle of text
font-size:18px; = size of text
#3- Find this:
body {
background:url("http://i56.tinypic.com/1hyu1f.png") repeat-x scroll 0 0 #010810;
color:#9FFF99;
font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
font-size:75%;
line-height:1.5;
}
The background is a image "
http://i56.tinypic.com/1hyu1f.png" You can replace the image with oter image or delete the image like this:
background:url("") repeat-x scroll 0 0 transparent; = all will be white
Also in the same line of code "
background:url("http://i56.tinypic.com/1hyu1f.png") repeat-x scroll 0 0 #010810;" you have a background color used to fill any hole produced in bigger screns. If you use a new image it will be a god idea to replace the color code with a color that mach the new image. The background color is at the end of the line =
#010810Here is a web address where you can find HTML Color codes
http://html-color-codes.info/Just one last thing... be aware that the content of your blog may put your Google account ( Blogger and Adsense ) at risk....