﻿/* Reset */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Fixed background layer */
.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("bf51images/bgriders800x533.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

/* Page content */
body {
  font-family: Verdana;
  font-size: 22px;
  color: black;
  margin: 0;
  padding: 0;
}

a.one:link {color:maroon;}
a.one:visited {color:maroon;}
a.one:hover {color:red;}

a.two:link {color:gray;}
a.two:visited {color:gray;}
a.two:hover {font-size:150%;}

a.three:link {color:white;}
a.three:visited {color:white;}
a.three:hover {color:red;}
a.three:active {color: red;}

a.four:link {color:gray;}
a.four:visited {color:gray;}
a.four:hover {font-family:American Text;}

a.five:link {color:#ff0000;text-decoration:none;}
a.five:visited {color:#0000ff;text-decoration:none;}
a.five:hover {text-decoration:underline;}

a.six:link {color:red;}
a.six:visited {color:red;}
a.six:hover {background:blue;}