/* HTML Tags */

/* Colours
  Brighter pink f26d72
  Darker pink ef4e54
  Charcoal grey 333333
  Light grey b9b9b9
*/
	

body
{
  background-color: #333333;
  color: #b9b9b9;
}

font,h1,h2,h3,h4,h5,h6
{
  font-family: century gothic
}

p
{
  text-align: justify
}

p.address
{
  text-align: right
}

p.contact
{
  text-align: left
}

p.copyright
{
  text-align: center;
  font-size: 60%;
  text-decoration: underline
}

p.privicy
{
  text-align: center;
  font-size: 60%;
}

td.menu 
{
  text-align: center;
  white-space: nowrap;
}  





/* Pseudo Classes */
a:link 
{
  color: #f26d72;
  text-decoration: none
}
a:visited 
{
  color: #f26d72;
  text-decoration: none
}
a:hover 
{
  color: #f26d72;
  text-decoration: underline
}
a:active 
{
  color: #f26d72;
}

