body { 
background-color: #fff;//white

color: #000;//black
font-size:2em;
font-family: arial, helvetica, "times new roman"; 
padding-top: 100px; 
}
.mountain {
background-color: #fffafa;//snow
color: #8a2be2;//blue purple
align:center;
 width:"464";
 height:"290";

}
nav {
float: left;
font-family: "Arial Black", Arial, Helvetica, sans-serif; 
font-size: 1.5em;
font-weight: bold;
}
ul.navsys {
list-style-type: none; 
padding-left: 0; 
margin-left: 0;
}
nav a:link {
color: #F60; //pure orange
} 
nav a:visited { 
color: #900; //crimson 
}
nav a:hover { 
color: #F33; //vivid red
}
nav a:active {
color: #B2F511; //vivid green
}
ul.navsys a {
display: block;
width: 12em;
}


a:link {
color:#483D8B;//dark slate blue
text-decoration: none;
}
a:visited {
color:#6495ED;//corn flower blue
text-decoration: line-through;

}

a:hover {
color:#87CEEB;//steel blue
text-decoration : underline;
text-transform:uppercase;
font-weight:700;
}
a:active {
color: #006400;//Very dark lime green
}

address {color :  #00008B;//dark blue
font : 80% normal;
 text-align : center; 
text-transform :  uppercase}

table {
border:1px;
 cellspacing: n;
cellpadding: .5px 1px .5px 1px ;
background-color: #fffaff;//pale (mostly white) magenta
font-size: 1.5en;
}
table.stand {
cols: 5;
color: #5d8aa8;//airforce blue
font-family: "arial black",helvetica, "times new roman";
}
 table.stats {
cols: 7;
color: #0000ff;//blue
font-family: "times new roman";
}
table.pins {
cols: 5;
color: #0d98ba;//blue green
font-family: verdana;
}
table.lanes {
cols: 3;
background-color: #fafafa;
color: #8a2be2;//blue purple
font-famly: helvetica;
} 

