<html>

<head>
<title>MRGC - Master Style Sheet</title>
<style>

<!--

body {
  background-image:url("../../images/backgrnd/ClubCrestBackground.jpg");
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  
}

a {
  text-decoration: none;
  color: rgb(0,0,255);
}

a:hover {
  text-decoration: underline;
  color: rgb(255,0,0);
}

a:active {
  text-decoration: underline;
  color: rgb(255,0,0);
}

.navbarleftlink { 
  font-family: MS Sans Serif; 
  font-size: 8pt;  
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
  color: rgb(255,255,255);
}

.navbarleftlink:hover {
  color: rgb(255,200,0);
  text-decoration: underline;
  font-weight: bold; 
}

.navbartoplink { 
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none; 
  color: rgb(0,0,0);
  background-color: rgb(255,255,255);
}

.navbarbottomlink { 
  font-family: Arial; 
  font-size: 10pt;
  font-style: normal; 
  text-decoration: none; 
  color: rgb(0,0,255);
}

.navbarbottomlink:hover {
  color: rgb(255,0,0);
  text-decoration: underline;   
}

-->

</style>
</head>

<body>
</body>
</html>

