/* ckalari blog CSS Document */
h1 {
font-size : 20px; 
font-weight : 900; 
color : #FF0000;
} 
h2 {
font-size : 15px; 
font-weight : 600; 
color : #CC66CC;
} 
.style1 a:link
{
font-size: 16px;
color: #990033;
text-decoration: none;
}
.style1 a:hover 
{
color : #F2BE0D;
font-size: 16px;
text-decoration: none
}
.style1 a:visited 
{
color : red; 
font-size: 16px;
text-decoration: none
} 

.style2 a:link
{
font-size: 22px;
color: #990033;
text-decoration: none;
}
.style2 a:hover 
{
color : #F2BE0D;
font-size: 22px;
text-decoration: none
}
.style2 a:visited 
{
color : red; 
font-size: 22px;
text-decoration: none
} 
.style3 a:link
{
font-size: 20px;
color: #990033;
text-decoration: none
}
.style3 a:hover 
{
color : #F2BE0D;
font-size: 20px;
text-decoration:blink;
}
.style3 a:visited 
{
color : red; 
font-size: 20px;
text-decoration: none
} 
/*blog tiitle*/
.style4
{
font-size: 18px;
color:black;
text-decoration: none
}
.style5
{
font-size: 15px;
color:#CC6600;
font-weight : 400; 
text-decoration: none;
}
.style5 a:link
{
font-size: 16px;
color: #990033;
text-decoration:underline;
font-weight : 600; 
}
.style5 a:hover 
{
color : #F2BE0D;
font-size: 16px;
text-decoration:blink;
}
.style5 a:visited 
{
color : red; 
font-size: 16px;
text-decoration: none
} 
.style6 a:link
{
font-size: 12px;
color: #FF00CC;
text-decoration:underline;
font-weight : 600; 
}
.style6 a:hover 
{
color :#FF99FF;
font-size: 12px;
text-decoration: none
}
.style6 a:visited 
{
color :#FFFF00;
font-size: 12px;
text-decoration: none
} 