
.white {color:#fff;} 
.black {color:#000;}
.grey {color: #464B4F;}

p {
color: #FFFFFF;
font-family: Arial, sans-serif;
font-size: smaller;
}

h1 {
color: #FFFFFF;
font-family: Arial, sans-serif;
font-size: smaller;
font-weight: bolder;
}

h2 {
color: #000000;
font-family: Arial, sans-serif;
font-size: smaller;
font-weight: bolder;
}


A:link {
text-decoration: underline;
font-family: Arial, sans-serif; 
color: #c90081;
}

A:visited {
text-decoration: underline;
font-family: Arial, sans-serif; 
color: #c90081;
}

A:active {
text-decoration: none;
font-family: Arial, sans-serif; 
color: #Cc90081;
}

A:hover {
text-decoration: underline;
font-family: Arial, sans-serif; 
color: #990066;
}


hr {
  border: 0;
  width: 100%;
  color: #999999;
  background-color: #f00;
  height: 1px;

}

