/* Attributes of the "Body" tag can be changed here */
	BODY {
	background-image : url(http://www.paintoy.com/backgrounds/persia.jpg);
	background-color : Black;
	background-attachment:fixed
	font-size : 16px;
	color : White;
}

/* Attributes of the links can be changed here */

A {
	color : Aqua;
	font-family : Arial, Helvetica, sans-serif;
}


	
	
.quote {
	font-family : Arial, Helvetica, sans-serif;
	color : Silver;
}

	.colored {
	font-family : Arial, Helvetica, sans-serif;
	color : Lime;
	font-weight : Bold;
	font-size : 14px;
	margin-top : 25px;
	margin-bottom : 25px;
}

.border {
	border-style : double groove double groove;
	border-width : 6px 6px 6px 6px;
	}

	H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 30px;
	font-weight : 900;
	color : Silver;
}

	H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : 600;
	color : White;
}
	H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 21px;
	font-weight : 500;
	color : Aqua;
}
	H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : 500;
	color : Aqua;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : 400;
	margin-left : 32px;
	margin-right : 32px;
	margin-top : 15px;
	margin-bottom : 15px;
}


BR {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : 400;
	margin-left : 32px;
	margin-right : 32px;
	margin-top : 15px;
	margin-bottom : 15px;
}
	
	.side {
	font-size : 32px;
	font-family : Lucida Sans;
	font-weight : bolder;
	letter-spacing : 2px;
	}
	
	.font {
	font-family : arial;
	font-size : 18px;
	font-weight : bold;
	letter-spacing : 2px;
	}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : 400;
	margin-left : 12px;
	margin-right : 12px;
	margin-top : 15px;
	margin-bottom : 15px;
	vertical-align : top;
	text-align : center;
}

.gallerytable {
	width : 98%;
	border : 0;
}

LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : 400;
	margin-left : 32px;
	margin-right : 32px;
	margin-top : 15px;
	margin-bottom : 15px;
}


.dropmenu {
   position: absolute;
   left: -500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 132px;

   border-width: 1px;
   border-style: solid;
   border-color: #FFFFFF;	
   background-color: #999999;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 130px;

   padding: 2px;
   margin: 1px;
   font-family: sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-align: left;
   text-decoration: none;

   color: #000000;
   background-color: #CC0000;
}
.dropmenu a:hover {
   padding: 2px;
   margin: 1px;
   font-family: sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-align: left;
   text-decoration: none;

   color: #000000;
   background-color: #CCCCCC;
}
.leftalign {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : 400;
	margin-left : 12px;
	margin-right : 12px;
	margin-top : 15px;
	margin-bottom : 15px;
	vertical-align : top;
	text-align : left;
}
TABLE {
	text-align : center;
}

