
body, .body-class {
	background: url(https://www.thefinestwriter.com/wp-content/themes/wp-accord/img/bg/bg01.png) left top repeat;
}

a { color: #0088CC; }
#blog-entry .post-entry h2:hover, .recent-title:hover, .homepage-top-sidebar h2:hover { color: #0088CC; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: #0088CC;
}

::selection { 	background-color: #0088CC !important; color: #fff	 }

::-moz-selection { 	background-color: #0088CC !important;	 }