/* stylesheet copyright Daniel J. Reynolds and James P. Reynolds */


/* initializing margins and font size */
* {margin-left:auto; margin-right:auto; padding:0; border:0; }
html {font-size: 100%;}


/* setting tags */
a {
	font-weight: normal;
	color: #0ff;
}

a:hover {
	color: #0f0;
}

a:active {
	color: #0f0;
}

body {
   background-color: #000000;
   color: #ccc;
   font-family: arial, helvetica, sans-serif;
   font-size: 76%;
}

div.boundary {
	width: 780px;
	text-align: left;
}

img {
	margin: 2px 2px;
}

li {
	font-size: 1.2em;
	margin: 1em 4em;
}

p {
	font-size:1.2em;
	margin: .8em 1em;
	text-align: justify
}

p.controls {
	text-align: center;
	clear:both;
	font-size: 1.1em;
}


/* setting classes */

.centered {
	text-align: center;
}

.header {
	text-align:center;
	font-size:2.4em;
}

.header1 {
	color: #f00;
}

.header2 {
	color: #ff0;
}

.header3 {
	color: #fff;
}

.header4 {
	color: #0f0;
}

.new {
	color: #f00;
}

.since {
	color: #ff0;
	text-align: center;
}
