/* A1FOTOS. CSS  */
/* This is the CSS Style Sheet */

/* IMPORTANT - /* All the images on the A1FOTOS web site are copyrighted. You may not use them without written permission.  */
/*  The CSS may be used for anything you wish, but the associated graphics belong to A1FOTOS.  You may not use photos, images and visual graphic files, which include .jpg, .gif, and .png files. */

/* Contact A1FOTOS using the email address  jim at a1fotos dot com  or weslager at gmail dot com     
As you can see, these email addresses have been altered to prevent them from being harvested by bots */


/************** FONTS **************/
p { 
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.p2 {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color:white;
	text-align:left
}



.p2H {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color: red;
	text-align:left
}


.p3 {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color:black;
	text-indent: 5px;
	text-align:left
}

.p4 {
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color:white;
	text-align: left;
	font-style: italic;
}


.p5 {
	font: .8em Arial, Helvetica, sans-serif;
	color:white;
}


.p6 {
	font: bold 1.8em Arial, Helvetica, sans-serif;
	color:white;
	text-align:left
}



.li{
	list-style-type: square;
	list-style-position: outside;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color:white;
}

.li2{
	list-style-type: square;
	list-style-position: inside;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color:black;
}




/**************** MAIN PAGES CONTENT STYLING ***************/
body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
}



/**************** LINKS ***************/
a:link {color: #FFFFFF} 
a:visited {color: #006699} 
a:hover {color: #CC9900} 
a:active {color: #000000} 
