
/***** misc attributes: **************************************************/
p, h1,h2,h3,h4,h5,h6, ul,ol,li, dl,dt,dd, form, a		{font-family: verdana,helvetica,arial,sans-serif;}
p, h1,h2,h3,h4,h5,h6, ul,ol,li, dl,dt,dd, form, b		{color: LightSlateBlue;}
pre, xmp	{color: GhostWhite;}
hr		{color: Blue; background-color: Blue; height: 1px;}


table	{color:Aqua;}
/* caption {color:White; background-color:Blue;} */
/* tr	{color:White; background-color:Blue;} */
th	{color:AquaMarin;}
td	{color:GhostWhite; background-color:transparent;}


/***** body attributes: **************************************************/
body
{
color: GhostWhite;
background-color: Black;
/* 
background-image: url("/images/seamless2.jpeg");
background-repeat: repeat;
background-position: center;
*/
font-family: verdana,helvetica,arial,sans-serif;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-width=0px;
margin-height=0px;
}

/***** link attributes: ***********************************/
a.nounderline	{text-decoration: none}
a:link		{color: PaleTurquoise;	background-color: transparent; text-decoration: none;}
a:visited	{color: LightBlue;	background-color: transparent; text-decoration: none;}
a:active	{color: Coral;		background-color: transparent; text-decoration: underline;}
a:hover		{color: GhostWhite;	background-color: transparent; text-decoration: underline;}

.nav		{ background-color: Navy; font-size: 12pt; }
.navbv		{ background-color: BlueViolet; }
.navb		{ background-color: Blue; }
