body{
	color : #FFFFFF;
        background : #0080FF;
}

a:link{
	color : #FFFF00;
	text-decoration : underline;
}
a:visited{
	color : #FFFFFF;
	text-decoration : underline;
}
a:active,a:hover{
	color : #0000FF;
	background-color : #F0F8FF;
        text-decoration : none;
}

H2{
        text-align : center;
        color : #FFFFFF;
        font-size : 300%;
        background : #0000FF;
}

H3{
        text-align : center;
        font-size : 300%;
        color : #FFFFFF;
}

.station{
        text-align : center;
        font-size : 120%;
        font-weight : bold;
}

.exp{
       text-align : center;
}

.menu{
      text-align : left;
      font-size : 150%; 
      color : #FFFFFF;
}

.Crosshead{
      text-align : left;
      font-size : 200%;
      color : #FFFFFF;
}