/* trad.css */

body {
background-color:#e0e0e0;
color: black;
text-align: center;
font-family: arial;
}
.border
{border-style:solid; width:844px; margin:auto; padding:20px; background-color:white}
.whitebox {text-align:center;}
.center {margin:auto;}
td {padding:10px;}
a {text-decoration:none; cursor:pointer; border-style:none; image-decoration:none;} /* removes the underline for a link */
:link { color: white; }  /* for unvisited links */
:visited { color: white; } /* for visited links */
a:active { color: white; } /* when link is clicked */
a:hover { color:yellow; } /* when mouse is over link */
.climbwest {background-color:#3388BB;
color:#BB3333;}
