@charset "utf-8";

@font-face
{
    font-family: malayalamFont;
    src: url(keralax.ttf) format("truetype");
} 

.textMal
{
    font-family: malayalamFont;
    font-size: 24px;
}

a:link {color:#FFFFFF;}      /* unvisited link */
a:visited {color:#FFFFFF;}  /* visited link */
a:hover {color:#FFFFFF;}  /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */ 

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

a
{
	outline:0;
}

img {
  border-width: 0;
}


.TopLinks {
	color: #FFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #060;
}
 
.BottomText {
	color: #FFF;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
}

body {
	background-color: #000;
	background-image: url(images/bg.gif);

	background-repeat:  repeat;
	 background-attachment:fixed
}
.LoginText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.PostPath {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.nos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
