
html { margin: 0; padding: 0; }
body {
	margin: 0; 
	padding: .0;
	font-size: medium;
	background-color: #000;
	color: #Fff;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}

a.category {
	color: #fff;
	font-size: large !important;
	font-weight: bold;
	text-decoration: none;
	}
a {
	color: #fff;
	font-size: medium;
	text-decoration: none;
	}
 a:hover,a:active ,a:visited{text-decoration:none;color:#ccc;} 
p.image { margin: .45em 0; text-align: center; } 
p a:visited{text-decoration:none;color:#ccc;}
/* Custom Hearst CSS: [Coy pond] */

/* CSS Document */
@import "http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic&ignore=.css";
 
 
 

.mybutton { 

 background: #e3e197; /* Old browsers */
background: -moz-linear-gradient(top, #ffffdd 1%, #e3e197 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffdd), 
color-stop(100%,#e3e197)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #ffffdd 1%,#e3e197 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #ffffdd 1%,#e3e197 100%); /* Opera11.10+ */

background: -ms-linear-gradient(top, #ffffdd 1%,#e3e197 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffdd', endColorstr='#e3e197',GradientType=0 ); /* IE6-9 */

background: linear-gradient(top, #ffffdd 1%,#e3e197 100%); /* W3C */

    border: 1px solid #777777;
    border-radius: 12px 12px 12px 12px;
    font-weight: normal;
    margin: 5px auto 0;
    padding: 2px;
    text-align: center;
    text-transform: capitalize;
    width: 95%;
}



.category {
 background-position:right center;
background-repeat:no-repeat;
 
}
a.category {
    color: #4A5C44 !important;
    display: block;
 
    font-family: Arvo;
    font-size: medium !important;
    font-weight: normal !important;
    padding-bottom: 6px;
    padding-top: 6px;
 
    text-transform: capitalize;
}
 

p.image img {
margin:0.45em 0;
}

 