﻿body, html
    {
    margin:0;
    padding:0;
    position:absolute;
    height:100%;
	width:100%;
    color:#000000;
	font-family:Arial, Helvetica, sans-serif;
    font-size:98%;
    }

/* Breack new raw BEGIN */ 

p
{
margin: 0px 0px;
line-height: 0px;
}
     
     
br
{
line-height: 0px;
}
/* Breack new raw END */ 
       
/* Links BEGINS */
a
    {
	color:#0000FF;
	text-decoration:none;
    }
a:hover
    {
	color:#FF0000;
    }
a:visited:
    {
	color:#808080;
    }
/* Links END */

