a:link { text-decoration:none; font-weight:normal; color:blue; }
a:visited { text-decoration:none; font-weight:normal; color:gray; }
a:hover { text-decoration:none; font-weight:normal; color:red; }
a:active { text-decoration:none; font-weight:normal; color:blue; }
img { border:none }

body {
 background-color:rgb(249,242,195);
 font-family:Arial,Helvetica,sans-serif;}
