A:link {background: #FFB6C1; padding: 5px; text-decoration: none; color: black; }
A:visited {background: #FFB6C1; padding: 5px; text-decoration: none; color: black;}
A:active {background:white; padding: 5px;  text-decoration: none;}
A:hover {background:white; padding: 5px; color: purple;} 


A.p:link {background: #DDA0DD; padding: 7px; text-decoration: none;}
A.p:visited {background: #DDA0DD; padding: 7px;  text-decoration: none;}
A.p:active {background: #DDA0DD;  padding: 7px; text-decoration: none;}
A.p:hover {background:white; padding: 7px; color: purple;} 


A.mail:link {background: #FFCCFF; text-decoration: none;  color: blue;}
A.mail:visited {background: #FFCCFF; text-decoration: none; color: blue;}
A.mail:active {background: #FFCCFF; text-decoration: none;}
A.mail:hover {background: #FFCCFF;  text-decoration: none;}

html {overflow-y: scroll;}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

