/* This is the baltastro.org standard stylesheet. Do not edit
Last modified March 14, 2002
Individual elements commented as to usage below. */

/* Begin Customizing HTML ELEMENTS Here */

/* BODY statement to set background image and font */

BODY	{
	 background-image: url(/images/baslogbg.gif);
	 background-repeat: repeat;
	 background-color: white;
	 color: black;
	 margin: 0px; 
	 margin-top: 0px; 
	 margin-right: 0px; 
	 margin-left: 0px;
	 margin-bottom: 0px;
	 font-style: normal;
	 font-size: medium;
	 font-weight: normal;
	 font-family: sans-serif
	}

BODY.front
	{
	 background-image: none;
	 background-repeat: ;
	 background-color: black;
	 color: white;
	 margin: 0px; 
	 margin-top: 0px; 
	 margin-right: 0px; 
	 margin-left: 0px;
	 margin-bottom: 0px;
	 font-style: normal;
	 font-size: medium;
	 font-weight: normal;
	 font-family: sans-serif
	}



/* Address Link Customizations /

A:link		{ color: #0077FF; font-weight: bold }
A:visited	{ color: #DD00DD }
A:active	{ color: #00FF00 }
A:hover		{ color: #FFCC00 }

/* Define Classes */

/* Navigation Class */

.navButtonStyle	{
		 color: #FFFFFF;
		 font-style: normal;
		 font-weight: bold;
		 text-align: right;
		 background-color: #000000
		}

.backButtonStyle	{
		 color:#FFFFFF;
		 font-style: oblique;
		 font-weight: bold;
		 text-align: left;
		 background-color: #000000
		}

