/******************************************************************************/
/* website.css                                                                */
/*                                                                            */
/* Date     Description                                           Name        */
/* -------- --------------------------------------------------    ----------- */
/* 20260219 Moved div styles to this file.                        Rodney      */
/******************************************************************************/

/******************************************************************************/
/* Fonts                                                                      */
/******************************************************************************/
@font-face 
{
  font-family: MyBank;
  src: url("11-resources/01-css/Bank Gothic Light Regular.otf");
}
@font-face 
{
  font-family: MyOldEnglish;
  src: url("11-resources/01-css/OLDENGL.TTF");
}

@font-face 
{
  font-family: MyCurl;
  src: url(11-resources/01-css/CURLZ___.TTF);
}

@font-face 
{
  font-family: MyVladimir;
  src: url(11-resources/01-css/VLADIMIR.TTF);
}

@font-face 
{
  font-family: MyBauh;
  src: url(11-resources/01-css/BAUHS93.TTF);
}

/******************************************************************************/
/* This will set all <a href> elements to white.  This includes those that    */
/* are visited and those that are not visited (link).                         */
/******************************************************************************/
a
{
  color:white;
}