/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin:0px;
	padding:0px;
	font-size:1.1em;
	text-align:center;
	background: url(background-clip-art-red.jpg) #790102 no-repeat bottom right fixed; 
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
	
}

a:hover{
	text-decoration: underline;
}
p.images img { border: 2px solid #ffffff; }

/************** header tag styles **************/

h4{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width:800px;
	margin:20px auto 5px auto;
	padding:0px;
	text-align:left;
	border:3px solid #999999;
	height:auto;
	background-color: #A5141E;
	overflow: hidden;
 }

a.glink, a.glink:visited{
  	font-size: large;
  	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 0px solid #8FB8BC;
}
