Edit in JSFiddle

.RedText
{
    font-family: Monotype Corsiva;
    color: red;
    font-size: 14px;
}
.BlueText
{
    font-family: Arial;
    color: blue;
    font-size: 10px;
}
<h1 class="RedText">India is My Country</h1>
<h1 class="BlueText">All the Indians are my brothers and sisters</h2>
<h3>I love my country</h3>