html,body,table#pagelayout {
height:100%;
width:100%;
margin-bottom:0px;
}
 
html { 
     -webkit-text-size-adjust:97%;  
}

A:hover {
	font-weight : medium;
    color : #FF0000;
	text-decoration : none;
}

a.blue:link {color: #0000ff;}
a.blue:active {color: #0000ff;}
a.blue:visited {color: #0000ff;}
a.blue:hover {color: #ff0000;}

a.grey:link {color: #444444;}
a.grey:active {color: #444444;}
a.grey:visited {color: #444444;}
a.grey:hover {color: #ff0000;}

a.white:link {color: #ffffff;	text-decoration: none;}
a.white:active {color: #ffffff;	text-decoration: none;}
a.white:visited {color: #ffffff;	text-decoration: none;}
a.white:hover {color: #ff0000;	text-decoration: none;}