/*-----attach body.custom to any style you add here-----*/

/*custom link styles*/

.custom .entry-content a {
	font-weight: bold;
	text-decoration: underline;
	}
	
.custom .entry-content a:hover {
	text-decoration: none;
	color: #0098ED;
	}
	
body.custom .homelink a {
	font-size: 40px;
	}

body.custom .description {
        font-weight:bold;
        }

body.custom .description {
        line-height:4; 
        }

body.custom .description {
        font-size:14px;
        }

body.custom .description {
        margin-top: -25px;
        }
