﻿@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bgstars222.gif);
}
   
h1 {
    font-size: xx-large;
}

p {
    font-size: medium;
}


/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #00008B;
  text-align: center;
  padding: 7px 8px;
  text-decoration: none;
  font-size: 25px;
}

/* Change the color of links on hover */
.topnav a:hover {
/*  background-color: #4682B4; */
background-color: #F0F8FF;
  color: #FF0000;
}

/* Add a color to the active/current link */
.topnav a.active {
/*  background-color: #B0E0E6;*/
  color: #000000;
}

.Welcome
    {
        font-family: "Arial Black";
        font-size: xx-large;
    }




