		/* THE FOLLOWING IS CSS CODE FOR OPENSOURCETIMELAPSE.ORG*/

  a:link { color: rgb(252,7,3); font-size: 100%;}  /* for unvisited links */
  a:visited { color: rgb(252,7,3) ; font-size: 100%; } /* for visited links */
  a:active { color: rgb(252,7,3); font-size: 100%; } /* when link is clicked */
  a:hover { color: rgb(252,7,3) ; font-size: 100%;} /* when mouse is over link */

 
  body { color: rgb(248,193,4); background:rgb(0,0,0);font-size:100%; text-align:center;}
p {font-size: 100%; }	
h1,h2,h3,h4,h5{text-align:center;}	
th,tr{text-align:center;}
div{margin-right:auto; margin-left:auto; width: 100%;}
div.automarg {margin-right:auto; margin-left: 40%; width: 5%;}

ul{align:center; text-align:left; list-style: none; color: rgb(248,193,4);}

img, div {
border:0;
}


		/* THE FOLOWING IS STILL CSS CODE MIXED WITH EXPLINATIONS!!!*/

/*Avoid problems with fonts and margins
My first rule is to avoid text at the body level that isn't wrapped in a block level element such as p. 
as this runs the risk on some browsers of being rendered with the wrong font and margins. You are therefore advised to enclose all such text in a paragraph, e.g.

My second rule is to set the font family for pre elements, as some browsers forget to use a fixed pitch font when you set the font size or other properties for pre.
*/
pre { font-family: monospace; }

/*My third rule is to set the font family on headings, p and ul elements if you intend to set borders or backgrounds on elements such as div. This is a work-around for a bug where the browser forgets to use the inherited font family, instead switching to the default font as set by the browser preferences.
*/
h1,h2,h3,h4,h5,p,ul { font-family: Times New Roman; }

/*REMEMBER THIS font-family: Verdana, sans-serif; CODE*/






