@charset "utf-8";
.addblogtheme {
cursor: pointer;
font-family: Arial; 
color:#ed1c24; 
text-decoration:none; 
font-size:16px; 
font-weight:bold;
margin: 10px 0;
}


.opencomment{ /*class added to contents of 2nd demo when they are open*/
color: #ed1c24;
}

.closedcomment{ /*class added to contents of 2nd demo when they are closed*/
color: #ed1c24;
}
