@charset "UTF-8";
/* 
Date: June 2 2008
Author: John Molina
Company: PHOTOMAR.com
Email: info[at]johnba.com
Web: www.johnba.com
*/

@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body, html{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	background: #000;	
}

a,
a:link,
a:visited{
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom: 20px;
}

a:hover,
a:focus{
	color: #FFFFFF;
	text-decoration: underline;
}

