/*divs*/
.content {
position:       absolute;
height:         480;
width:			640;
background-color:#000000;}

/*hyperlinks*/
a:link       {
	text-decoration: none;
	color: #000000;
	font-weight: none;
	text-decoration: underline}
a:visited 	{
	text-decoration: none;
	color: #000000;
	font-weight: none;
	text-decoration: underline}
a:hover   	{
	text-decoration: none;
	color: #0066cc;
	font-weight: none;
	text-decoration:underline}
a:active	{
	text-decoration: none;
	color: #000000;
	font-weight: none;
	text-decoration: underline}

/*table properties*/
td	{
padding:5px;
vertical-align:middle;
horizontal-align:center;
background-color:#ffffff;}


/*paragraph text*/
p	{
	font-family: "bookman old style", garamond, "new century schoolbook";
	font-size: 12pt;
	color: #000000}

/*header text*/
h1 {	
	font-family: "century gothic", verdana, arial;
	font-size: 18pt;
	font-variant: small-caps;
	color: #000000}
h2	{
	margin: 0;
	font-family: "century gothic", verdana, arial;
	font-size: 16pt;
	font-variant: small-caps;
	color: #000000}
	
h3	{
	margin: 0;
	font-family: "century gothic", verdana, arial;
	font-size: 12pt;
	font-variant: small-caps;
	color: #000000}
 
h4	{
	margin: 0;
	font-family: "century gothic", verdana, arial;
	font-size: 10pt;
	font-variant: small-caps;
	color: #000000}
 
/*image properties*/
IMG {	
	border:0px;}

/*body properties*/
BODY	{
		background-color: #000000;
		color: #000000;
		font-family: georgia, garamond, bookman, "new century schoolbook";
		font-size:12pt}

