
/*
 * This file contains CSS for the control (links) on the left side frames
 * of many of the web pages.
 */
body
{
 text-align: justify;
 background: black;
 color     : white;
 font-size : 120%;
}

p
{
 text-align: justify;
}

a
{
  font-size:  90%;
  color:      cyan;
  display:block;
}

a:hover
{
  color:maroon;
}

ul li a
{
  text-align:left;
  margin: 5px;
}

li
{ 
/*  list-style: lower-alpha;*/
/*list-style: disc;*/
/*list-style: circle;*/

}





.float_right
{
	float: right;
position: relative;
/*  position: relative;*/
/*  left: 5%;*/
}

.float_left
{
	float: left;
/*  position: relative;*/
/*  left: 5%;*/
}

.center
{
  text-align : center;
  width:80%;
/*  border: 1px solid white;*/
  margin: 2% 5% 2% 5%; /* top right bottom left*/
}


.newscolumn
{
  text-align : justify;
  width:80%;
  margin: 2% 5% 2% 5%; /* top right bottom left*/
}



