﻿  body, td, th
  {
   font-size: 1.5em;	
   color: #ff0000;
  }
  
  td 
  {
  	padding: 50px 20px;
  }
  
  table
  {
  	background-color: #ffffff;
  }
  
  a
  {
  	text-decoration: none;
  	border: 3px double blue;
  	padding: 10px 10px;
  	background-color: Yellow;
  	
  }
  a:hover
  {
  	color: Red;
  }
  
  h3
  {
  	font-weight: bold;
  	font-size: 14px;
  	color: Blue;
  	text-decoration: underline;
  	padding-bottom: 10px;
  }
  
  h3.mountain
  {
  	font-weight: bold;
  	font-size: 24px;
  	color: green;
  	text-decoration: underline;
  	padding-bottom: 10px;
  }
  b.mountain
  {
  	font-weight: bold;
  	font-size: 24px;
  	color: blue;
  	text-decoration: underline;
  	padding-bottom: 10px;
  }
  
  .mountain
    {
  	font-weight: bold;
  	font-size: 24px;
  	color: orange;
  	text-decoration: underline;
  	padding-bottom: 10px;
  }
