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

A:link {
	color: #FF3366;
	text-decoration: none;
	background-color: #CCFF00
}
A:active {
	color: #CCFF00;
	text-decoration: none;
	background-color:#FF3366
}

A:visited {
	color: #FF3366;
	text-decoration: none;
	background-color: #CCFF00
}

A:hover {
	color: #CCFF00;
	text-decoration: none;
	background-color:#FF3366
}

h1 { color: #FFFFFF; font-weight: bold; font-size:small;}
h2 { color: #000000; font-weight: bold; font-size:small;}

BODY {
   background : #000;
   color: #000;
   margin : 0;
   padding : 0;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: smaller;
   text-align: left;
   }

img {
 border: 0;
 display: block;
}

.phat {font-size: x-large; font-weight: bold; align: left; }
.blogtitle {font-size: large; font-weight: bold; align: centre; }

B, strong {
   font-weight : bold;
	}


#slide{
	font: Arial, Helvetica, sans-serif; font-size: smaller;
	width: 1150px;
	height: 498px;
	position: absolute;
	top: 50px;
	left: 60px;
	background-color: #000;
	color: #FFF;
	border-width: 0px;
  	border-style: none;
  	border-color: black;
	overflow: none;
} 

#arrowleft{
	font: Arial, Helvetica, sans-serif; font-size: smaller;
	width: 129px;
	height: 99px;
	position: absolute;
	top: 530px;
	left: 70px;
	background-color: #000;
	color: #FFF;
	border-width: 0px;
  	border-style: none;
  	border-color: black;
	overflow: none;
} 

#arrowright{
	font: Arial, Helvetica, sans-serif; font-size: smaller;
	width: 129px;
	height: 99px;
	position: absolute;
	top: 530px;
	left: 220px;
	background-color: #000;
	color: #FFF;
	border-width: 0px;
  	border-style: none;
  	border-color: black;
	overflow: none;
} 

#about{
	font: Arial, Helvetica, sans-serif; font-size: smaller;
	width: 129px;
	height: 99px;
	position: absolute;
	top: 0px;
	left: 600px;
	background-color: #000;
	color: #FFF;
	border-width: 0px;
  	border-style: none;
  	border-color: black;
	overflow: none;
} 

#startslideshow{
	font: Arial, Helvetica, sans-serif; font-size: smaller;
	width: 129px;
	height: 99px;
	position: absolute;
	top: 0px;
	left: 900px;
	background-color: #000;
	color: #FFF;
	border-width: 0px;
  	border-style: none;
  	border-color: black;
	overflow: none;
} 

#textA{
	font: Arial, Helvetica, sans-serif; font-size: smaller; 
	width: 360px;
	height: 600px;
	position: absolute;
	top: 60px;
	left: 370px;
	padding-left: 10px; 
	padding-right: 10px; 
	text-align: left;
	background-color: #FFF;
	color: #000;
	border-width: 0px;
  	border-style: none;
  	border-color: black;
	overflow: none;
}

#textB{
	font: Arial, Helvetica, sans-serif; font-size: smaller; 
	width: 360px;
	height: 600px;
	position: absolute;
	top: 60px;
	left: 770px;
	padding-left: 10px; 
	padding-right: 10px; 
	text-align: left;
	background-color: #FFF;
	color: #000;
	border-width: 0px;
  	border-style: none;
  	border-color: black;
	overflow: none;
}
