/* JWPhoto Main CSS File */

/* Affects Entire Page */
body {
	margin:0px;
	padding:0px;
	background-color:black;
	scrollbar-base-color: white;
	scrollbar-arrow-color: #ff3399;
	scrollbar-3dlight-color: #898989;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #898989;
	scrollbar-track-color: white;
	}
body, td, div, input, textarea {
	font-family:arial,serif;
	font-size: 13px;
	}
a:link {
	text-decoration:none;
	color:#FF3399;
	}
a:visited {
	text-decoration:none;
	color:#FF3399;
	}
a:hover {
	background-color:#FF3399;
	color:black;
	}




/* Font header stylings */

h1, h2, h3 {
	font-family:"Arial", serif;
	margin:0px;
	}
h1 { 
	font-weight:bold;
	margin:10px 0px 0px 0px;
	height:35px;
	padding-top:2px;
	font-size:30px;
	color:black;
	}
h2 { 
	font-weight:bold;
	font-size:20px;
	color:#898989;
	}
h3{
	font-size:13px;
	color:#898989;
	font-style:italic;
}



/* Paragraph indent & justify*/
P {
	text-indent: 30pt;
	text-align: justify;
	}

/* Page Break Line*/
HR {
	color: #ff3399;
	background-color: #ff3399;
	height: 2px;
	width: 65%;
	border: 0;
	text-align: center;
	}

/*Makes Conact Lines Even*/

.evenbars {
	width:400px;
	}
