Базові властивості

   height: 50px;

   width: 200px;

   color: blue;

   background-color: #00ff00;

   font-size: 14px;

   text-align: center;

   font-family: Georgia;    // "Times New Roman", Times, serif;

   line-height: 3.5;

   background-image: url("btn2.png");

   background-position: center;

   background-repeat: no-repeat;

   background: #ffffff url("1.png") no-repeat right top;

   border: 2px solid blue;

ID

#sendBtn {

    color: blue;

}

<p id="sendBtn">I am different</p>

a:link { 

   color: #FF0000;

   text-decoration: none;

}

a:visited { 

   color: #00FF00;

}

a:hover { 

   color: #FF00FF;

   text-decoration: underline;

}

a:active {

   color: #0000FF;

}

/* */ - коментар