/* set body color for the entire website */

body {background-color: #00008B;
      scrollbar: SlateBlue }
   
p.text { font-size: medium; 
		font-family: comic sans ms; 
		color: white;
		text-align: left}
        
p.center{ text-align: center; 
	    font-family: Arial;
	    color: white}

/* Set size, font, and color for links  */

a:link   {font-size: x-small; font-family: Arial; color: lime}
a:visited {font-size: x-small; font-family: Arial; color: lime}
a:hover  {font-size: x-small; font-family: Arial; color: orange}

/* Section names on content frames   */

a.content
  {color: #FFFF00;
  font-size: small;
  font-family: Comic Sans MS
  }


/* Set cell alignment for links in table on PageNav frames */ 

table { text-align: center;
	  color: white}

/* Set the list attributes for the link Frame ; inherits link attributes */

ul.LinkFrame 
{
	font-family: Arial;
	list-style-position: outside;
	list-style-type: disc;
	font-size: xx-small;
	color: Yellow;

}

p.header {
	color: white;
	font-family: arial;
	font-size: x-small;
	text-align: center
         }

