/* MAIN DOCUMENT SPECIFICATIONS */
html {
background-image: 	url("../graphics/stripesV1.gif");
margin:			50px 0px;
padding:		0px;
text-align:		center;
font:			12px "Courier New", "Lucida Console", sans-serif;
color: 			#999999;
background-color: 	#000000;
}

/* CONTENT */
#content {
width:			642px;
margin:			0px auto;
text-align:		justify;
border:2px dashed 	#303030;
background-color: 	#000000;
}

/* TEXT */
.textbody {
margin: 		5px 10px 0px 5px;
padding: 		0px;
}

/* TEXT */
.footer {
margin: 		5px 10px 0px 5px;
padding: 		0px;
text-align:		right;
}

/* HEADING */
h1 {
font:			12px "Courier New", "Lucida Console", sans-serif;
padding: 		0px;
margin:			0px;
text-align:		center;
}

/* LINKS */
a:link, a:visited {
text-decoration: underline;
color: #999;
background-color: 	inherit;
font-style: normal;
}


/* RED COLOR WHEN CLICKING LINKS */
a:active, h2 a:active {
color: red;
background-color: 	inherit;
}

