body
{ 
background-image: url(http://www.modernpooch.com//images/bg2.jpg);
background-repeat: repeat-x;
} 

a {text-decoration: none; }

A:link.test1 { color: black }

A:hover.test1 { color: black; text-decoration: underline }

A:visited.test1 { color: black }

A:link.test2 { color: 5482BD }

A:hover.test2 { color: 5482BD; text-decoration: underline }

A:visited.test2 { color: 5482BD }

A:link.title { color: black; }
A:hover.title { color: black; text-decoration: underline;}
A:visited.title { color: black; }

img {
border: none;
}

div.entry-content img {
border: solid black 1px;
}

div.entry-content a {
color: 5482BD;
font-weight: bold;
font-family: arial;
}

div.entry-content a:hover {
text-decoration: underline;
}

div.comment-content a {
color: 5482BD;
font-family: arial;
}

div.entry-content a:hover {
text-decoration: underline;
}