/*****************************************************************************************
Style Sheet

These values change the look of the gallery. It uses standard CSS coding.
To download more styles, visit http://www.on3Galleries.com/forums



body setup
This is the main page background color and/or background image.

background color can take standard color names  - background-color:black;
or you can use rgb values:                      - background-color:rgb(0,0,0);

if you want to use an image, use this:          - background-image:url(myimage.jpg);
****************************************************************************************/


body {
	background-color:#040404;

color: #ffffff;font-weight:bold;text-decoration: none; font-family: Verdana;font-size: 9pt
     }



/*****************************************************************************************
table setup
This is the tables where your images will be shown.

background color can take standard color names  - background-color:black;
or you can use rgb values:                      - background-color:rgb(0,0,0);

if you want to use an image, use this:          - background-image:url(myimage.jpg);

other options          
		border-width:0              (can be any number, it is pixel width)
		border-color:[color]        (see background-color for options)
              border-style:ridge;         (can use solid, dotted, dashed, double, groove, ridge, inset, outset)
****************************************************************************************/

table {
	background-color: #040404;
border-style: hidden;

      }


/*****************************************************************************************
text colors:
uses the same format as background-color
			color: [color] 		(can be color name or rgb(0,0,0) values)
****************************************************************************************/

h6 {color:#FB61B8}
h5 {color:#FB61B8}
h4 {color:#FB61B8}
h3 {color:#FB61B8}
h2 {color:#FB61B8}
h1 {color:#FB61B8}
p {color:#FB61B8}




link { color:#FB61B8 }
vlink {color:#FB61B8 }
alink {color:#FB61B8};
