/*Toy Train Museum stylesheet*/


  :link { color: #0033cc; }  /* for unvisited links */
  /*:link { color: #3333FF; }*/  /* Blue for unvisited links */
  :visited { color: #133558; } /* for visited links */
  a:active { color: #63788a; } /* when link is clicked */
  A:hover { COLOR: #63788a;  background-color:#172b41; } /* when mouse is over link */

 /*:visited { color: rgb(153, 0, 153); } */

/*Everything in a table - Note: All FrontPage text is in a table when using shared borders*/
TD {FONT-SIZE: 14pt; FONT-FAMILY: Century Gothic, Helvetica, Verdana, Arial, Georgia, Time New Roman; }

H1 {FONT-SIZE: small; FONT-FAMILY: Century Gothic, Helvetica, Verdana, Arial, Georgia, Time New Roman;}
H2 {FONT-SIZE: Normal; FONT-FAMILY: Century Gothic, Helvetica, Verdana, Arial, Georgia, Time New Roman;}
H3 {FONT-SIZE: large; FONT-FAMILY: Century Gothic, Times new roman, Helvetica, Verdana, Arial;}
H4 {FONT-SIZE: x-large; FONT-FAMILY: Century Gothic, Helvetica, Verdana, Arial, Georgia, Time New Roman;}
H5 {font-size:40px; FONT-FAMILY: Century Gothic, Helvetica, Verdana, Arial, Georgia, Time New Roman; Color: #F00}
H6 {FONT-SIZE: x-large; FONT-FAMILY: Century Gothic, Helvetica, Verdana, Arial, Georgia, Time New Roman;background-color: #F00}
/*H1 { background-color: #F00 }*/


/*Note: for Google Chrome, the graphic path must use / and NOT \ for the separator.*/
BODY
{
background-image:url('images/Track_longsection1a-25.jpg');
background-repeat: repeat-y;
background-color: #D3BE9C; 
}


/*Body text, not in a table - Note: All FrontPage text is in a table when using shared borders*/
BODY { FONT-SIZE: 14pt; FONT-FAMILY: Century Gothic, Helvetica, Verdana, Arial, Georgia, Time New Roman}

/*For Mobile Website*/
div.ex {
margin:auto;
height:auto;
max-width:825px;
min-width: 345px;
padding:10px;
border:2px solid black;
background-color: #C0C0C0;
}

div.noborder {
margin:auto;
height:auto;
max-width:825px;
min-width: 325px;
padding:0px;
border:0px solid gray;
}