body 
{
	font-family :Verdana;
	font-size : x-small;
    font-weight : normal;
    text-transform : none;
    word-spacing : normal;
    color : Black;
    margin : 0;
}

a:link
{
	
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration:underline;

}
a:active {
	text-decoration: none;

}
p
{
 text-align:justify;
}
.errormsg
{
	background-color:#ffff99;
	border:1px solid red;
	color:Red;
}
