/*              styles1.css                  */
/*     css data for the home page      */


body {
	background-color:#000000;
	border-width:0px;
}

h1 {
	/*   Title     */
	font-family:Arial, sans-serif;
	font-size:42pt;
	color:#FF0000;
	text-align:center;
	margin-top:0px;

	border-width:0px;
	border-color:red;
}

h2 {
	 /*   odds and ends  */
	font-family:Arial, sans-serif;
	font-size:12pt;
	color:#C0C0C0;
	text-align:center;
	padding:10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:-5px;

	border-width:0px;
	border-color:red;
}

h3  {
	/*   welcome   */
	font-family:Arial, sans-serif;
	font-size:32pt;
	text-align:center;
	color:#C0C0C0;
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	
	border-width:0px;
	border-color:red;
	border-style:solid;
}

#images {
	/*   Table Parameters  */
	width:870px;
	margin-left:30px;
	margin-top:20px;
	
	border-width:0px;
	border-color:red;
	border-style:solid;
}

#camera {
	margin-top:0px;
	margin-left:80px;
	
	border-width:0px;
	border-color:red;
	border-style:solid;
}

#nobull {
	margin-left:70px;
	margin-top:100px;

	border-width:0px;
	border-color:red;
	border-style:solid;
}	

#mailbox {
	margin-left:80px;
	margin-top:110px;
	
	border-width:0px;
	border-color:red;
	border-style:solid;
}

.photomenu {
	font-family:Arial, sans-serif;
	font-size:11pt;
	color:#ffff66;
	text-align:center;
	text decoration:none;

	border-width:0px;
	border-color:red;
	border-style:solid:
}

.odds {
	font-family:Arial, sans-serif;
	font-size:11pt;
	color:#ffff66;
	text-align:center;
	text-decoration:none;
	padding:5px;
	
	border-width:0px;
	border-color:red;
	border-style:solid;
}

.email {
	font-family:Arial, sans-serif;
	font-size:11pt;
	color:#ffff66;
	text-align:center;
	text-decoration:none;

	border-width:0px;
	border-color:red;
	border-style:solid;
}

.line {
	color=#F8F8FF;
	margin-top:45px;
}

p.copyright {
	font-family:Verdana, sans-serif;
	font-size:10pt;
	color:#FF0000;
	text-align:center; 
	margin-top:0px;

	border-width:0px;
	border-color:red;
	border-style:solid;
}
