body {
 margin: 5%;
background-color: #000000;
background-image: url("./avf_bg.jpg");
background-repeat: no-repeat;
background-position: left center;
background-attachment: fixed;
color: #ffe4c4;
}
h1{
color: #ffa500;
<!--
border-left-color: #ffd700
padding: 4px 0px 0px 8px
border-style: solid
border-width: 0px 0px 0px 18px
-->
}
h2{
color: #ffd700
}
a:link{
color: #99ff99
}
a:visited{
color: #228b22
}