/* anything between these characters is treated as a comment */
BODY	 {	
			Background-color:#80FFFF;
			Color : #3366FF ;

			Background-Image : url(images/image1.gif);
			Background-repeat: 	yes-repeat;
			//*background-attachment: fixed;*//
			background-position:top;
			font-family: verdana,tahoma,autumn, arial, serif;
			font-size:12px;
			text-align:center;
			
			//*borders if you want them	 
			border-left-width: 15px;
			border-left-style:outset;
			border-color: #336699;*//	
			//*border-top-width: 15px;
			border-top-style:outset; 
			border-left-width: 15px;
			border-left-style:outset; 
			border-bottom-width: 15px;
			border-bottom-style:dashed;*//
			
			

//*margins if you want them*//		 
			
			margin-left: 5px;
			margin-top: 5px;
			
			
			
			
			
			}
hr { color: #6600CC; height:1}
img {border:none}
a:link    	{ color: #0000ff}
a:active  	{ color: #00ffff}
a:visited 	{ color: #00ffff}
a:hover		{ color: #ffffff}


a.static:link		{ color: #0000ff;
			text-decoration: none;
			font-weight: bold;
			}
 
a.static:visited 	{ color: #0000ff;	
			text-decoration: none;
			font-weight: bold;
			}	

a.static:hover 
	{
	color: #ffffff;	
	text-decoration: none;
	font-weight: bold;
	}	



			
/* table font color set below */
td			{
			Color :#FFFFFF;
			font-family: verdana,tahoma,autumn, arial, serif;
			font-size:11px;
			}

td.blue	{
			Color :#66FFFF;
			font-family: verdana,tahoma,autumn, arial, serif;
			font-size:12px;
			}
p.drop:first-letter { font-size: 20px; align:bottom }	

	
			
h1,h2,h3,h4,h5, 	{ color: #FFFFFF }

h6					{ color: #33ffcc; 

					font-size:12px;

					text-decoration:underline

					}

.copyright {

FONT-WEIGHT: bold; 

FONT-SIZE: 10px; 

COLOR: #33ffcc; 

FONT-STYLE: normal; 

FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; 

TEXT-DECORATION: none

}
				




a.navbartext:link, a.navbartext:visited 
{
color: cyan;	
background-color: none;
text-decoration: none;
}	

a.navbartext:hover 
{
color: white;	
background-color: none;
text-decoration: none;
}	


