BODY { 
	background-color: #000000; 
	background-image: url("images/style/pageborder.jpg"); 
	background-repeat: repeat-y; 
	background-position: top left;
	}
/* Setting the body tag with a background-image attribute
set to background-repeat: no-repeat; will only display the image one time 
(repeat is the default setting) */A:link { color: #DDBB99; text-decoration: none; font-size: 13px; font-weight: bold; font-family: "Verdana", sans-serif;}A:visited { color: #440011; text-decoration: none; font-size: 13px; font-weight: bold; font-family: "Verdana", sans-serif;}A:active { color: #990011; text-decoration: none; font-size: 13px; font-weight: bold; font-family: "Verdana", sans-serif;}A:hover { color: #FFFFFF; text-decoration: none; font-size: 13px; font-weight: bold; font-family: "Verdana", sans-serif;}p { font-size: 13px; font-family: "Verdana", sans-serif; color: #FFFFFF;}h4 { font-size: 18px; font-family: "Verdana", sans-serif; color: #DDBB99;}h3 { font-size: 18px; font-family: "Verdana", sans-serif; color: #FFFFFF;}h2 { font-size: 24px; font-family: "Verdana", sans-serif; color: #DDBB99;}h1 { font-size: 24px; font-family: "Verdana", sans-serif; color: #FFFFFF;}