/*Pullen Photo Album stylesheet*/

/*Everything in a table - Note: All FrontPage text is in a table when using shared borders*/
TD {FONT-SIZE: 10px; FONT-FAMILY: Verdana,Arial,Helvetica; }

/*Body text, not in a table - Note: All FrontPage text is in a table when using shared borders*/
BODY { FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial,Helvetica}

BODY { background-image: url('bgimage.jpg'); background-repeat: repeat-y; }
BODY { color: rgb(0,0,0); background-color: rgb(74,70,79); }


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.textleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
.textright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: right;
}
.textcenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: center;
}
.main_img {
	border : 10px solid White;
}
.main_thumb {
	border : 4px solid White;
}
.thumb {
	border : 6px solid White;
}
a:link {  color: #0000FF}
a:visited {  color: #400080}
a:hover {  color: #0080FF}
a:active {  color: #0000FF}
