/* This section sets the background and the overall look of the page */

body	{
	background-image: url('images/wall.jpg');
	}
.tabpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.pghead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.tabparahead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.centeralign	{text-align	:	center;
	}

.justify	{text-align	:	justify;
	}

hr	{	height		:	2px;
		color		:	#000080;
	}


textarea { 	font-family	: 	monospace;
		font-size	:	10px;
	} 

/* This section controls the initial look of your links */

/* This section sets the look of the six headers */

/* This controls the look of bulleted lists */

ul	{
	list-style-image	:	url('images/star.gif');
	font-family:Arial, Helvetica, sans-serif;
	font-size		:	14px;
	font-weight		:	bold;
	color			:	#62772A;
	}

/* This section controls the look of various table header cells */


/* This is a drop cap */

.Drop	{
		background	:	#0099CC;
		color		:	#ffcc33;
		font-family: Arial, Helvetica, sans-serif;
		font-size	:	30px; 
	}

/* This makes a button that looks like an 3D image */

/* This gives a scroll effect to a section of text */


.scrollbox
	{ 
	width: 400px; height: 150px; overflow: auto }
a {
	color: #00F;
	text-decoration: underline;
}

a:visited	{
	
	
}

a:hover	{
	text-decoration:none;
	
}

